Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove various warnings #430
Conversation
|
Rebased. |
|
Looks good other than the note above. |
|
@metajack Thanks for comment. |
This comment has been minimized.
This comment has been minimized.
metajack
commented on 32d45bc
May 10, 2013
|
Wow, I wasn't expecting this much fallout from that one line. This looks to me like the code gets passed an old layer_buffer_set so that it can potentially reuse the buffers, but the current implementation does not do this. Is this your understanding as well? I suspect this might have gotten changed when tiling support was added, and this is just vestigal code. @pcwalton thoughts? |
This comment has been minimized.
This comment has been minimized.
|
That's why I was reluctant to remove that line. There are commented out lines in that function that uses |
This comment has been minimized.
This comment has been minimized.
pcwalton
replied
May 10, 2013
|
I'm fine with removing it. Eventually we would like to reuse buffers, but that isn't working right now. |
Convert CRLF line endings to LF in Opera tests
Switch to serde_derive <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/430) <!-- Reviewable:end -->
ILyoan commentedMay 9, 2013
No description provided.