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 ed2748b4049b850c3a4e9c99424b296669031a76..c834038dad8c82e6fb7f3e9d35fa7525eef6f7f8 100644 |
--- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h |
+++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h |
@@ -246,6 +246,8 @@ class CORE_EXPORT PaintLayerCompositor final : public GraphicsLayerClient { |
void applyOverlayFullscreenVideoAdjustmentIfNeeded(); |
+ void updateContainerSizes(); |
+ |
// Checks the given graphics layer against the compositor's horizontal and |
// vertical scrollbar graphics layers, returning the associated Scrollbar |
// instance if any, else nullptr. |