summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebViewCore.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-05-15 20:38:02 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-15 20:38:02 -0700
commit9710142abfa1dd8dcedad50cc35b49c9e7c6cc57 (patch)
treed13016542d703180b6da61f9e28015f3355fe144 /Source/WebKit/android/jni/WebViewCore.h
parentd26ada95f7be3d78d3e718118c591fe110675b78 (diff)
parente73b71c2e699401389367aaaf2866af4b796cd50 (diff)
downloadexternal_webkit-9710142abfa1dd8dcedad50cc35b49c9e7c6cc57.zip
external_webkit-9710142abfa1dd8dcedad50cc35b49c9e7c6cc57.tar.gz
external_webkit-9710142abfa1dd8dcedad50cc35b49c9e7c6cc57.tar.bz2
Merge "flicker fix" into jb-dev
Diffstat (limited to 'Source/WebKit/android/jni/WebViewCore.h')
-rw-r--r--Source/WebKit/android/jni/WebViewCore.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/Source/WebKit/android/jni/WebViewCore.h b/Source/WebKit/android/jni/WebViewCore.h
index fb732e5..c6b26c6 100644
--- a/Source/WebKit/android/jni/WebViewCore.h
+++ b/Source/WebKit/android/jni/WebViewCore.h
@@ -161,11 +161,6 @@ namespace android {
*/
void contentDraw();
- /**
- * copy the layers to the UI side
- */
- void layersDraw();
-
#if USE(ACCELERATED_COMPOSITING)
WebCore::GraphicsLayerAndroid* graphicsRootLayer() const;
#endif
@@ -517,7 +512,7 @@ namespace android {
// This creates a new BaseLayerAndroid by copying the current m_content
// and doing a copy of the layers. The layers' content may be updated
// as we are calling layersSync().
- WebCore::BaseLayerAndroid* createBaseLayer();
+ WebCore::BaseLayerAndroid* createBaseLayer(GraphicsLayerAndroid* root);
bool updateLayers(WebCore::LayerAndroid*);
void notifyAnimationStarted();
@@ -618,6 +613,7 @@ namespace android {
};
WebCore::Node* currentFocus();
+ void layout();
// Create a set of pictures to represent the drawn DOM, driven by
// the invalidated region and the time required to draw (used to draw)
void recordPicturePile();