DescriptionForce software layer to redraw when it is resized.
Consider the following sequence of events:
1. The view is initialized with a size of 0x0
2. A frame comes in at a size of 50x50. Nothing is drawn.
3. The view is resized to 50x50.
We should re-draw the full frame at step 3, but we don't. This patch
makes it so that we do.
BUG=358450
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261465
Patch Set 1 #
Messages
Total messages: 10 (0 generated)
|