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

Unified Diff: cc/test/layer_tree_test.h

Issue 1418953002: cc: Send shared variables between main and impl side using the channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | cc/test/layer_tree_test.cc » ('j') | cc/trees/channel_main.h » ('J')
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 a593cb7a46d56763353a910e37b034d2333c0aeb..9c461b537fdd41204a6e60c2906745cd3bcbb2cc 100644
--- a/cc/test/layer_tree_test.h
+++ b/cc/test/layer_tree_test.h
@@ -108,6 +108,7 @@ class TestHooks : public AnimationDelegate {
bool visible) {}
virtual void ScheduleComposite() {}
virtual void DidSetNeedsUpdateLayers() {}
+ virtual void DidActivateSyncTree() {}
// Hooks for SchedulerClient.
virtual void ScheduledActionWillSendBeginMainFrame() {}
@@ -138,6 +139,8 @@ class TestHooks : public AnimationDelegate {
virtual void ReleaseOutputSurfaceOnImpl() {}
virtual void FinishGLOnImpl() {}
virtual void StartCommitOnImpl() {}
+ virtual void InitializeImplOnImpl() {}
+ virtual void WillCloseLayerTreeHostOnImpl() {}
// Hooks for ProxyMain
virtual void ReceivedDidCompleteSwapBuffers() {}
« no previous file with comments | « no previous file | cc/test/layer_tree_test.cc » ('j') | cc/trees/channel_main.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698