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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h

Issue 2836813002: Move ScrollbarManager from core to platform and use as Scrollbar parent (Closed)
Patch Set: Created 3 years, 8 months 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/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..be2f89c7aa92c678b908e35c9ecb9ff0592f29c2 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -50,8 +50,8 @@
#include "core/page/scrolling/StickyPositionScrollingConstraints.h"
#include "core/paint/PaintInvalidationCapableScrollableArea.h"
#include "core/paint/PaintLayerFragment.h"
-#include "core/paint/ScrollbarManager.h"
#include "platform/heap/Handle.h"
+#include "platform/scroll/ScrollbarManager.h"
#include "platform/wtf/PtrUtil.h"
namespace blink {
@@ -139,7 +139,7 @@ class CORE_EXPORT PaintLayerScrollableArea final
// a new one.
public:
ScrollbarManager(PaintLayerScrollableArea& scroller)
- : blink::ScrollbarManager(scroller) {}
+ : blink::ScrollbarManager() {}
void SetHasHorizontalScrollbar(bool has_scrollbar) override;
void SetHasVerticalScrollbar(bool has_scrollbar) override;
« no previous file with comments | « third_party/WebKit/Source/core/paint/BUILD.gn ('k') | third_party/WebKit/Source/core/paint/ScrollbarManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698