summaryrefslogtreecommitdiffstats
path: root/cc/test/layer_tree_test.h
diff options
context:
space:
mode:
authorsunnyps <sunnyps@chromium.org>2015-04-02 13:26:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-02 20:26:42 +0000
commiteab5ac980c7b7a5781dc18a1217911eb362698f0 (patch)
tree5a0ad1e2c9b4b64027432ba11b8ca8c70767e9c0 /cc/test/layer_tree_test.h
parentb21a63a538aad2c53afd6aaf76a48ab92b15897a (diff)
downloadchromium_src-eab5ac980c7b7a5781dc18a1217911eb362698f0.zip
chromium_src-eab5ac980c7b7a5781dc18a1217911eb362698f0.tar.gz
chromium_src-eab5ac980c7b7a5781dc18a1217911eb362698f0.tar.bz2
cc: Make scheduling be driven by vsync for android webview.
This CL makes android webview use the similar mechanisms for scheduling as other platforms instead of using special polling code in the scheduler. Design Doc: https://docs.google.com/a/chromium.org/document/d/1w5UiuA2uZcAiU9-1Y23bxXaStUThkAK8wHI4ULqho2Y/edit# BUG=439275 Committed: https://crrev.com/bf27da634790bb6eecf4b89f278cfd55c5e5d1f3 Cr-Commit-Position: refs/heads/master@{#323361} Review URL: https://codereview.chromium.org/817603002 Cr-Commit-Position: refs/heads/master@{#323553}
Diffstat (limited to 'cc/test/layer_tree_test.h')
-rw-r--r--cc/test/layer_tree_test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
index 35a3546..df5f500 100644
--- a/cc/test/layer_tree_test.h
+++ b/cc/test/layer_tree_test.h
@@ -99,6 +99,7 @@ class TestHooks : public AnimationDelegate {
virtual void ScheduledActionCommit() {}
virtual void ScheduledActionBeginOutputSurfaceCreation() {}
virtual void ScheduledActionPrepareTiles() {}
+ virtual void ScheduledActionInvalidateOutputSurface() {}
// Implementation of AnimationDelegate:
void NotifyAnimationStarted(base::TimeTicks monotonic_time,