| 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 c4c46d5cd7d3185697c779d88760f44e29a12dce..d71d791c907738ef7adffe411a62de63d67a2de3 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
|
| @@ -39,6 +39,7 @@ class GraphicsLayer;
|
| class IntPoint;
|
| class Page;
|
| class LayoutPart;
|
| +class Scrollbar;
|
| class ScrollingCoordinator;
|
|
|
| enum CompositingUpdateType {
|
| @@ -210,6 +211,10 @@ private:
|
|
|
| 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;
|
|
|
|
|