RESOLVED FIXED 86033
Speed up some parts of TileCache drawing
https://bugs.webkit.org/show_bug.cgi?id=86033
Summary Speed up some parts of TileCache drawing
Anders Carlsson
Reported 2012-05-09 16:16:59 PDT
Speed up some parts of TileCache drawing
Attachments
Patch (2.84 KB, patch)
2012-05-09 16:19 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2012-05-09 16:19:10 PDT
Sam Weinig
Comment 2 2012-05-09 17:06:18 PDT
Comment on attachment 141043 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=141043&action=review > Source/WebCore/platform/graphics/ca/mac/TileCache.mm:278 > + if (m_isInWindow && m_canHaveScrollbars) { Can you add a comment here about why this predicate is right? It might make sense to pull it out into a variable with a descriptive name.
Anders Carlsson
Comment 3 2012-05-09 17:11:56 PDT
Note You need to log in before you can comment on or make changes to this bug.