| 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 43e36433b062736fb3c28dc909f7e602b5672b3a..f11705f9cf5bbeb50aac6ac6a5d638adb2581e9d 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -761,6 +761,7 @@ class CORE_EXPORT FrameView final
|
|
|
| // Viewport size that should be used for viewport units (i.e. 'vh'/'vw').
|
| FloatSize viewportSizeForViewportUnits() const;
|
| + FloatSize viewportSizeForMediaQueries() const;
|
|
|
| ScrollAnchor* scrollAnchor() override { return &m_scrollAnchor; }
|
| void clearScrollAnchor();
|
|
|