Index: third_party/WebKit/Source/core/dom/Element.h |
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h |
index cb15e383d557763553b27bf7dcadec94ce5c7aa8..4c49a5b88e6f69bf6410c44dec6e945aa88cb431 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -37,6 +37,7 @@ |
#include "core/dom/ElementData.h" |
#include "core/dom/SpaceSplitString.h" |
#include "core/html/CollectionType.h" |
+#include "platform/graphics/CompositorElementId.h" |
#include "platform/heap/Handle.h" |
#include "public/platform/WebFocusType.h" |
@@ -538,6 +539,9 @@ public: |
ElementAnimations& ensureElementAnimations(); |
bool hasAnimations() const; |
+ CompositorElementId compositorElementId() const; |
+ CompositorElementId assignCompositorElementId(); |
+ |
void synchronizeAttribute(const AtomicString& localName) const; |
MutableStylePropertySet& ensureMutableInlineStyle(); |