OSDN Git Service

fix viewport lagging a drawGL call behind
authorChris Craik <ccraik@google.com>
Thu, 8 Dec 2011 00:03:07 +0000 (16:03 -0800)
committerChris Craik <ccraik@google.com>
Thu, 8 Dec 2011 00:03:07 +0000 (16:03 -0800)
commitd7baaca9b1ca9fba32347d6eb8c02ae7a2195120
treefd5243dc3db5ad37282f975c19ff503f2c39103c
parent1d71a5f4405639dece648eda291ab6a2aecbb968
fix viewport lagging a drawGL call behind

bug:5724482 bug:5660963

we were calling setViewport and setViewRect out of order, so we were clipping
with the last frame's (or last webview's, if >1 were visible) projection matrix

Change-Id: Ifcbfa0021cb33e3400ac9eaf64fc2235ee8afe50
Source/WebCore/platform/graphics/android/GLWebViewState.cpp