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 581a486cdcd939aa2aa5d7c96856012c9256a255..01cd11701d8f5fe931d6d1ac336278f87b19f0c8 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
@@ -237,6 +237,8 @@ public: |
DoubleSize scrollOffset() const { return m_scrollOffset; } |
+ IntSize originAdjustmentForScrollbars() const; |
+ |
// FIXME: We shouldn't allow access to m_overflowRect outside this class. |
LayoutRect overflowRect() const { return m_overflowRect; } |