| 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 b350f3959090a24f1681063e78c6620a5040e714..21f2ddc678d805f0182b56dc709d422b749f3017 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -48,6 +48,7 @@ class Attribute;
|
| class CSSStyleDeclaration;
|
| class ClientRect;
|
| class ClientRectList;
|
| +class CompositorMutation;
|
| class CustomElementDefinition;
|
| class DOMStringMap;
|
| class DOMTokenList;
|
| @@ -549,6 +550,7 @@ public:
|
| void incrementCompositorProxiedProperties(uint32_t mutableProperties);
|
| void decrementCompositorProxiedProperties(uint32_t mutableProperties);
|
| uint32_t compositorMutableProperties() const;
|
| + void updateFromCompositorMutation(const CompositorMutation&);
|
|
|
| // Helpers for V8DOMActivityLogger::logEvent. They call logEvent only if
|
| // the element is inDocument() and the context is an isolated world.
|
|
|