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

Unified Diff: Source/core/layout/LayerScrollableArea.cpp

Issue 945803004: Merge back LayoutLayerModelObject into RenderBoxModelObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/LayerScrollableArea.cpp
diff --git a/Source/core/layout/LayerScrollableArea.cpp b/Source/core/layout/LayerScrollableArea.cpp
index 63e2cd4ee581816ab496c3758fdf0bab31bc07ed..2cbef7bee745d9e1d34cd5d2bf21438465c55529 100644
--- a/Source/core/layout/LayerScrollableArea.cpp
+++ b/Source/core/layout/LayerScrollableArea.cpp
@@ -389,7 +389,7 @@ void LayerScrollableArea::setScrollOffset(const DoublePoint& newScrollOffset)
updateCompositingLayersAfterScroll();
}
- const LayoutLayerModelObject* paintInvalidationContainer = box().containerForPaintInvalidation();
+ const RenderBoxModelObject* paintInvalidationContainer = box().containerForPaintInvalidation();
// The caret rect needs to be invalidated after scrolling
frame->selection().setCaretRectNeedsUpdate();

Powered by Google App Engine
This is Rietveld 408576698