From 377dc9f6b46a2ac0f968d9ee8d3c7916f3bf6904 Mon Sep 17 00:00:00 2001 From: Nicolas Roard Date: Thu, 17 May 2012 17:32:25 -0700 Subject: Fix invalidations sent to framework bug:6479200 bug:6323847 bug:4124445 Change-Id: I1a4058ba6c69d3e285b6274d99a6eafcbf1cdc6f --- Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h') diff --git a/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h index b502142..5eb5d65 100644 --- a/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h +++ b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h @@ -52,6 +52,7 @@ public: bool drawGL(const SkRect& visibleContentRect); Color getBackgroundColor(); void swapTiles(); + void addFrameworkInvals(); bool isReady(); bool isBaseSurfaceReady(); bool isMissingBackgroundContent(); -- cgit v1.1