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

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositorElementId.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: third_party/WebKit/Source/platform/graphics/CompositorElementId.h
diff --git a/third_party/WebKit/Source/platform/graphics/CompositorElementId.h b/third_party/WebKit/Source/platform/graphics/CompositorElementId.h
index 63367e2c7ee5013477242fecc586daf6ee0c1689..f1db6d65fa9a75f73fd265c0517f311fca842826 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositorElementId.h
+++ b/third_party/WebKit/Source/platform/graphics/CompositorElementId.h
@@ -6,6 +6,7 @@
#define CompositorElementId_h
#include "cc/trees/element_id.h"
+#include "platform/PlatformExport.h"
namespace blink {
@@ -13,6 +14,8 @@ namespace blink {
// abstract element (a group of layers or property tree nodes). Must be unique.
using CompositorElementId = cc::ElementId;
+PLATFORM_EXPORT CompositorElementId nextCompositorElementId();
+
} // namespace blink
#endif // CompositorElementId_h

Powered by Google App Engine
This is Rietveld 408576698