| 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..10060272728df729da577b473e5ceaa781711c9b 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -431,6 +431,9 @@ public:
|
| void insertAdjacentText(const String& where, const String& text, ExceptionState&);
|
| void insertAdjacentHTML(const String& where, const String& html, ExceptionState&);
|
|
|
| + void setPointerCapture(int pointerId, ExceptionState&);
|
| + void releasePointerCapture(int pointerId, ExceptionState&);
|
| +
|
| String textFromChildren();
|
|
|
| virtual String title() const { return String(); }
|
|
|