Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: third_party/WebKit/Source/core/page/scrolling/RootScrollerUtil.h

Issue 2499853002: Fixed clip resize for document.rootScroller with inertTopControls (Closed)
Patch Set: Fixed issues + Rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698