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

Unified Diff: Source/core/layout/compositing/GraphicsLayerUpdater.cpp

Issue 949303002: Fix invalidation during painting of scrollbars (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaseline Created 5 years, 10 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: Source/core/layout/compositing/GraphicsLayerUpdater.cpp
diff --git a/Source/core/layout/compositing/GraphicsLayerUpdater.cpp b/Source/core/layout/compositing/GraphicsLayerUpdater.cpp
index 6a863eeb12882dcb2ae460b066951377f54d7c7f..bf12b1f0f9b8e32a3aa920ee6ed990859f113452 100644
--- a/Source/core/layout/compositing/GraphicsLayerUpdater.cpp
+++ b/Source/core/layout/compositing/GraphicsLayerUpdater.cpp
@@ -103,7 +103,7 @@ void GraphicsLayerUpdater::updateRecursive(Layer& layer, UpdateType updateType,
mapping->updateGraphicsLayerGeometry(compositingContainer, context.compositingStackingContext(), layersNeedingPaintInvalidation);
if (mapping->hasUnpositionedOverflowControlsLayers())
- layer.scrollableArea()->positionOverflowControls(IntSize());
+ layer.scrollableArea()->positionOverflowControls();
updateType = mapping->updateTypeForChildren(updateType);
mapping->clearNeedsGraphicsLayerUpdate();
« no previous file with comments | « Source/core/layout/compositing/CompositedLayerMapping.cpp ('k') | Source/core/paint/ScrollableAreaPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698