Force redraw on compositor when we meant to do it.
commit989d7fc166e899abd0ab696cc38fbb33b4a201ab
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 1 Nov 2013 09:16:06 +0000 (1 09:16 +0000)
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 1 Nov 2013 09:16:06 +0000 (1 09:16 +0000)
tree6d9767e6a332d0bd48da8456001b418123f89f7b
parent986265fb36325aced5e9870b857002bb6478739d
Force redraw on compositor when we meant to do it.

SetNeedsCommit doesn't imply a redraw (any more). We ask for a "force repaint"
with the ViewMsg_WasShown message when we may have lost the front buffer, and
this implies we need to swap a full frame. So force a redraw in that case.

BUG=313522

Review URL: https://codereview.chromium.org/55583003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232319 0039d316-1c4b-4281-b951-d872f2087c98
content/renderer/render_widget.cc