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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h

Issue 1839533002: Revert of Make GraphicsLayer the DisplayItemClient for scrollbars composited via PaintLayerCompositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
index d71d791c907738ef7adffe411a62de63d67a2de3..c4c46d5cd7d3185697c779d88760f44e29a12dce 100644
--- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
+++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
@@ -39,7 +39,6 @@
class IntPoint;
class Page;
class LayoutPart;
-class Scrollbar;
class ScrollingCoordinator;
enum CompositingUpdateType {
@@ -210,10 +209,6 @@
bool requiresScrollCornerLayer() const;
void applyOverlayFullscreenVideoAdjustmentIfNeeded();
-
- // Checks the given graphics layer against the compositor's horizontal and vertical scrollbar
- // graphics layers, returning the associated Scrollbar instance if any, else nullptr.
- Scrollbar* graphicsLayerToScrollbar(const GraphicsLayer*) const;
LayoutView& m_layoutView;
OwnPtr<GraphicsLayer> m_rootContentLayer;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698