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

Unified Diff: third_party/WebKit/Source/core/dom/Element.h

Issue 1921503008: Blink CompositorWorker: Use CompositorElementId and CompositorIdToElementMap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@elementid
Patch Set: Vend ids via local blink nextCompositorElementId. 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/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();

Powered by Google App Engine
This is Rietveld 408576698