RESOLVED FIXED 42662
When GraphicsLayer::contentsOrientation() is CompositingCoordinatesBottomUp, need to flip repaint rects
https://bugs.webkit.org/show_bug.cgi?id=42662
Summary When GraphicsLayer::contentsOrientation() is CompositingCoordinatesBottomUp, ...
Simon Fraser (smfr)
Reported 2010-07-20 13:45:18 PDT
When a GraphicsLayer's contentsOrientation() is CompositingCoordinatesBottomUp, we need to flip the rects sent to setNeedsDisplayInRect:, just as we flip when drawing.
Attachments
Patch (8.13 KB, patch)
2010-07-20 14:00 PDT, Simon Fraser (smfr)
darin: review+
Simon Fraser (smfr)
Comment 1 2010-07-20 14:00:02 PDT
Darin Adler
Comment 2 2010-07-20 15:02:34 PDT
Comment on attachment 62108 [details] Patch > + struct objc_super r = { layer, class_getSuperclass(object_getClass(layer)) }; Can you come up with a word to use here, instead of the letter "r"? Maybe "layerSuper" or "receiver" or "layerSuperReceiver" or "superReceiver"?
Simon Fraser (smfr)
Comment 3 2010-07-21 09:56:30 PDT
Note You need to log in before you can comment on or make changes to this bug.