Chromium Code Reviews| Index: third_party/WebKit/Source/core/frame/FrameView.h |
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h |
| index 36ab2051ea3eb462137e1218767d6dcc38f71d15..fb042b6a5a827988c736d921cd86fb3419e42227 100644 |
| --- a/third_party/WebKit/Source/core/frame/FrameView.h |
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h |
| @@ -508,6 +508,8 @@ public: |
| // Functions for converting to screen coordinates. |
| IntRect contentsToScreen(const IntRect&) const; |
| + float viewportToWindowScale() const; |
|
dgozman
2016/07/07 00:30:09
Let's not introduce this method, it will encourage
Bret
2016/07/07 01:15:11
Done.
|
| + |
| // These functions are used to enable scrollbars to avoid window resizer controls that overlap the scroll view. |
| // This happens only on Mac OS X 10.6. |
| IntRect windowResizerRect() const; |