Descriptionppapi Graphics2d should invalidate all changes without clipping to visible area.
Currently the flush operation assumes that WebKit will request the ppapi plugin
to repaint any newly exposed regions, and so it only invalidates the visible
portion of changes. However, for accelerated compositing, this behavior is not
correct. This patch rearranges the logic to work for both accelerated and
non-accelerated compositing.
BUG=122860
TEST=tested manually, created crbug.com/125763 for making a unit test
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=134755
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fixed subtle logic error #
Total comments: 1
Patch Set 3 : Fixed style issue, but still did not fit in one line #Messages
Total messages: 8 (0 generated)
|