| 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 b35cb508acf68d6d90a2b5f658e7b0e7d1248d74..bf54f5229270cfc93761d2ef7e5b6b248d360d92 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -452,6 +452,7 @@ public:
|
|
|
| void setPointerCapture(int pointerId, ExceptionState&);
|
| void releasePointerCapture(int pointerId, ExceptionState&);
|
| + bool hasPointerCapture(int pointerId);
|
|
|
| String textFromChildren();
|
|
|
|
|