Chromium Code Reviews| 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 63839905bfc23d40355d803d55e566aad49b78a3..d24a8de1a774787b326acb999b051047f18a757a 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 updateFromMutation(const CompositorMutation&); |
|
jbroman
2016/01/23 23:55:09
Mind also renaming this "updateFromCompositorMutat
majidvp
2016/01/25 20:40:10
Done.
|
| // Helpers for V8DOMActivityLogger::logEvent. They call logEvent only if |
| // the element is inDocument() and the context is an isolated world. |