| 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 240ec279fd27930c3ebc18d8a715b73653b1d06e..01ee95a9fd1781e8b66374d28b976d3ace1beaf3 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;
|
| @@ -542,6 +543,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.
|
|
|