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

Unified Diff: cc/trees/mutator_host_client.h

Issue 1922833002: CC Animation: Start replacing int layer_id with ElementId element_id. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/trees/mutator_host_client.h
diff --git a/cc/trees/mutator_host_client.h b/cc/trees/mutator_host_client.h
index c90af7e7a8dc7869a9f3ec25163b40e81516a1b6..48097dced37d2d906e58cda31ae25d060b6523ff 100644
--- a/cc/trees/mutator_host_client.h
+++ b/cc/trees/mutator_host_client.h
@@ -15,6 +15,8 @@ namespace cc {
class FilterOperations;
class Layer;
+using ElementId = int;
+
enum class LayerTreeType { ACTIVE, PENDING };
class MutatorHostClient {
« no previous file with comments | « cc/test/animation_timelines_test_common.cc ('k') | third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698