Force 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 Review URL: https://codereview.chromium.org/217283006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261465 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment