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

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

Issue 1547893003: WIP - compositor worker mega patch. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMMatrix.cpp ('k') | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3226de50f813870b89433d27506dbdecfb13ded2..af4003080e1b4c773983a1fc1171233e89a9bbd1 100644
--- a/third_party/WebKit/Source/core/dom/Element.h
+++ b/third_party/WebKit/Source/core/dom/Element.h
@@ -67,6 +67,7 @@ class ScrollToOptions;
class ShadowRoot;
class ShadowRootInit;
class StylePropertySet;
+struct WebMutation;
enum SpellcheckAttributeState {
SpellcheckAttributeTrue,
@@ -541,6 +542,7 @@ public:
void incrementCompositorProxiedProperties(uint32_t mutableProperties);
void decrementCompositorProxiedProperties(uint32_t mutableProperties);
uint32_t compositorMutableProperties() const;
+ void updateFromMutation(const WebMutation&);
// Helpers for V8DOMActivityLogger::logEvent. They call logEvent only if
// the element is inDocument() and the context is an isolated world.
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMMatrix.cpp ('k') | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698