OSDN Git Service

Support registering page swap callback, content inval
authorChris Craik <ccraik@google.com>
Mon, 1 Aug 2011 20:44:44 +0000 (13:44 -0700)
committerChris Craik <ccraik@google.com>
Tue, 2 Aug 2011 23:48:44 +0000 (16:48 -0700)
commitaf33356e96e56310c66b47b6db913e1a61981ca3
treec9f98c22fc76dd567deb3b96726eddf8fa44ef65
parentd4f990572c3485cdc15cff48c3bedc6e7cad809b
Support registering page swap callback, content inval

bug:5062896

Depends on the following frameworks/base change:
https://android-git.corp.google.com/g/#change,124879

a WebView may now register a page swap callback and content invalidate to
benchmark tile rendering performance

Change-Id: I97f6ed05cff12b11266a472163aab1f3b3ddc87e
Source/WebCore/platform/graphics/android/BaseLayerAndroid.cpp
Source/WebCore/platform/graphics/android/GLWebViewState.cpp
Source/WebCore/platform/graphics/android/GLWebViewState.h
Source/WebKit/android/nav/WebView.cpp