DescriptionTwo tweaks for accelerated painting:
. Make sure if there is no texture and we're told to paint, we paint
to the whole texture (see comment for details on why we need to do
this).
. When the transform changes only schedule paint on the widget. By doing
this we won't trigger updating the texture, only having the
compositor redraw everything. This currently doesn't matter, but
will once James lands his changes to SchedulePaint to keep a dirty
bit.
BUG=none
TEST=none
R=ben@chromium.org,wjmaclean@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86139
Patch Set 1 #Patch Set 2 : Tweaks #Patch Set 3 : Tweaks #Patch Set 4 : Tweaks #
Total comments: 2
Patch Set 5 : #ifdef #Messages
Total messages: 4 (0 generated)
|