summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.h')
-rw-r--r--Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.h b/Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.h
index 8fc8984bf..441466afc 100644
--- a/Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.h
+++ b/Source/WebCore/platform/graphics/chromium/cc/CCSingleThreadProxy.h
@@ -79,6 +79,9 @@ public:
// Called by the legacy path where RenderWidget does the scheduling.
void compositeImmediately();
+ // Measured in seconds.
+ static double animationTimerDelay();
+
private:
explicit CCSingleThreadProxy(CCLayerTreeHost*);