| Index: third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h b/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| index 33c16141ce881ad9dffb0b69764c7f0fc2409a31..89dd9b933eac90ad0de9f62ae2db93d6ef0fad89 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutViewItem.h
|
| @@ -133,6 +133,11 @@ public:
|
| return toView()->viewWidth(scrollbarInclusion);
|
| }
|
|
|
| + FloatSize viewportSizeForViewportUnits() const
|
| + {
|
| + return toView()->viewportSizeForViewportUnits();
|
| + }
|
| +
|
| private:
|
| LayoutView* toView() { return toLayoutView(layoutObject()); }
|
| const LayoutView* toView() const { return toLayoutView(layoutObject()); }
|
|
|