Chromium Code Reviews| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
| index a00b42bb565f10b645cde6b8b1ffc33bbdfc8a6b..515333af532fad11a147d22687db1399ffa16ccb 100644 |
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
| @@ -297,6 +297,9 @@ class CORE_EXPORT PaintLayerScrollableArea final |
| CompositorAnimationHost* GetCompositorAnimationHost() const override; |
| CompositorAnimationTimeline* GetCompositorAnimationTimeline() const override; |
| + LayoutSize ClientSize() const; |
|
skobes
2017/04/27 23:22:47
Isn't this the same as VisibleContentRect().Size()
szager1
2017/04/28 11:04:53
VisibleContentRect is based on layer_.Size(), whic
|
| + IntSize PixelSnappedClientSize() const; |
| + |
| void VisibleSizeChanged(); |
| // FIXME: We shouldn't allow access to m_overflowRect outside this class. |