| 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 c39e834950f36d639ee7b3f60ca0437c9bb050e4..e01aa1a2846dec2781c25fd0729a1caf9261eba7 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -511,6 +511,7 @@ public:
|
| void setTabIndex(int);
|
| short tabIndex() const override;
|
|
|
| + bool hasCompositorProxy();
|
| void incrementProxyCount();
|
| void decrementProxyCount();
|
|
|
|
|