summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2012-05-30 16:54:41 -0700
committerTeng-Hui Zhu <ztenghui@google.com>2012-05-31 09:47:35 -0700
commit150a26fa5442a5fc931e5df05808e33aac1a7dea (patch)
treecb7bb0b1d274a3832535b9c78d7c673a6e001420 /Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h
parent6f60c96bbd87b5c54d89aeb23ace06ae3647e2f3 (diff)
downloadexternal_webkit-150a26fa5442a5fc931e5df05808e33aac1a7dea.zip
external_webkit-150a26fa5442a5fc931e5df05808e33aac1a7dea.tar.gz
external_webkit-150a26fa5442a5fc931e5df05808e33aac1a7dea.tar.bz2
Fix animation in single surface mode
bug:5683630 Change-Id: I4d617962a8412de884903f150799f733ea996e1c
Diffstat (limited to 'Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h')
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h
index ff4195f..a903015 100644
--- a/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h
+++ b/Source/WebCore/platform/graphics/android/rendering/SurfaceCollection.h
@@ -54,7 +54,6 @@ public:
void swapTiles();
void addFrameworkInvals();
bool isReady();
- bool isBaseSurfaceReady();
bool isMissingBackgroundContent();
void removePainterOperations();
void computeTexturesAmount(TexturesResult* result);
@@ -63,7 +62,7 @@ public:
void setIsPainting(SurfaceCollection* drawingSurfaceCollection);
void setIsDrawing();
void mergeInvalsInto(SurfaceCollection* replacementSurfaceCollection);
- void evaluateAnimations(double currentTime);
+ bool evaluateAnimations(double currentTime);
bool hasCompositedLayers();
bool hasCompositedAnimations();