| 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 34029e6f47d00bc385d2ee86335dc94735f9c24e..dfa90ecdc8a1433b03f46907ea335c925d9d4b49 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -404,11 +404,14 @@ public:
|
| void setDistributeScroll(ScrollStateCallback*, String nativeScrollBehavior);
|
| void nativeDistributeScroll(ScrollState&);
|
| void setApplyScroll(ScrollStateCallback*, String nativeScrollBehavior);
|
| + void removeApplyScroll();
|
| void nativeApplyScroll(ScrollState&);
|
|
|
| void callDistributeScroll(ScrollState&);
|
| void callApplyScroll(ScrollState&);
|
|
|
| + ScrollStateCallback* getApplyScroll();
|
| +
|
| // Whether this element can receive focus at all. Most elements are not
|
| // focusable but some elements, such as form controls and links, are. Unlike
|
| // layoutObjectIsFocusable(), this method may be called when layout is not up to
|
|
|