| 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();
|
|
|
|
|