| Index: third_party/WebKit/public/web/WebFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
|
| index b4d42cf5bf42e485e216874dc45c5109d652ba90..f9dffd2f8a19b9ebc86d77aeaec19903dc526a30 100644
|
| --- a/third_party/WebKit/public/web/WebFrame.h
|
| +++ b/third_party/WebKit/public/web/WebFrame.h
|
| @@ -165,9 +165,6 @@ class WebFrame {
|
| // NOTE: These routines do not force page layout so their results may
|
| // not be accurate if the page layout is out-of-date.
|
|
|
| - // If set to false, do not draw scrollbars on this frame's view.
|
| - virtual void SetCanHaveScrollbars(bool) = 0;
|
| -
|
| // The scroll offset from the top-left corner of the frame in pixels.
|
| virtual WebSize GetScrollOffset() const = 0;
|
| virtual void SetScrollOffset(const WebSize&) = 0;
|
|
|