[PPAPI] Fix the CommitLayers() will never be completed issue
commit688ad62a51b6bfeb99a6bae24312dc72461e8dee
authorpenghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 19 Jun 2014 01:24:03 +0000 (19 01:24 +0000)
committerpenghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 19 Jun 2014 01:24:03 +0000 (19 01:24 +0000)
tree92e5fd003b8d68b442a3ed86447efd3fabd8ebc3
parent3d08d1c743e93683f043ece5eb1ffad48691992a
[PPAPI] Fix the CommitLayers() will never be completed issue

The aync CommitLayers() call will never be completed, if no layers changed since the last call to CommitLayers(). So we have to force a commit for each CommitLayers() call.

BUG=374383
R=bbudge@chromium.org, piman@chromium.org

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

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