Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: cc/test/layer_tree_test.h

Issue 242783003: cc: Add testing stubs for proxy test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use NON_EXPORTED_BASE for non-exported base class Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/test/layer_tree_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_test.h
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
index 41e27f00544ba46c1368c3d4fd48c5435f89daad..2c078a1cebc3d6c05a271088e5c3cd86bdbd1df6 100644
--- a/cc/test/layer_tree_test.h
+++ b/cc/test/layer_tree_test.h
@@ -78,6 +78,12 @@ class TestHooks : public AnimationDelegate {
bool visible) {}
virtual base::TimeDelta LowFrequencyAnimationInterval() const;
+ // Hooks for SchedulerClient.
+ virtual void ScheduledActionBeginOutputSurfaceCreation() {}
+ virtual void ScheduledActionSendBeginMainFrame() {}
+ virtual void ScheduledActionCommit() {}
+ virtual void ScheduledActionDrawAndSwapIfPossible() {}
+
// Implementation of AnimationDelegate:
virtual void NotifyAnimationStarted(base::TimeTicks monotonic_time,
Animation::TargetProperty target_property)
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/test/layer_tree_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698