| 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 8336242eac67d4ddad0c261b2552c75616a6c95a..b1766d5a1d4cbd1753c44ec439ed418564186b24 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -228,6 +228,8 @@ class CORE_EXPORT FrameView final
|
| void DidUpdateElasticOverscroll();
|
|
|
| void ViewportSizeChanged(bool width_changed, bool height_changed);
|
| + void MarkViewportConstrainedObjectsForLayout(bool width_changed,
|
| + bool height_changed);
|
|
|
| AtomicString MediaType() const;
|
| void SetMediaType(const AtomicString&);
|
|
|