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

Unified Diff: cc/test/layer_tree_test.h

Issue 1944623002: CC Animation: Use ElementId to attach CC animation players. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@erasedomids
Patch Set: Let CC clients generate their own ElementIds locally. Created 4 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
Index: cc/test/layer_tree_test.h
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
index 1f786a4a3e90677a040d3aaaf41a7b10cbc4e1a8..eeae40b8f647799bb7082e319fcaa9f26b47919d 100644
--- a/cc/test/layer_tree_test.h
+++ b/cc/test/layer_tree_test.h
@@ -93,6 +93,8 @@ class LayerTreeTest : public testing::Test, public TestHooks {
void DoBeginTest();
void Timeout();
+ scoped_refptr<Layer> CreateTestLayer();
+
protected:
LayerTreeTest();

Powered by Google App Engine
This is Rietveld 408576698