Index: third_party/WebKit/Source/core/page/scrolling/RootScrollerUtil.h |
diff --git a/third_party/WebKit/Source/core/page/scrolling/RootScrollerUtil.h b/third_party/WebKit/Source/core/page/scrolling/RootScrollerUtil.h |
index dc3a24ffdce9907fb637dead2797eab32c0d9bf7..cb1695b5ae3b8eb2d059b5f1fbeb6b6e553f6e04 100644 |
--- a/third_party/WebKit/Source/core/page/scrolling/RootScrollerUtil.h |
+++ b/third_party/WebKit/Source/core/page/scrolling/RootScrollerUtil.h |
@@ -8,11 +8,13 @@ |
namespace blink { |
class Element; |
+class PaintLayer; |
class ScrollableArea; |
namespace RootScrollerUtil { |
ScrollableArea* scrollableAreaFor(const Element&); |
+PaintLayer* paintLayerFor(const Element*); |
chrishtr
2016/11/18 00:37:09
paintLayerForRootScroller(const Element* rootScrol
bokan
2016/11/18 22:30:35
Done. Ditto for scrollableAreaFor.
|
} // namespace RootScrollerUtil |