| Index: Source/core/layout/LayerScrollableArea.cpp
|
| diff --git a/Source/core/layout/LayerScrollableArea.cpp b/Source/core/layout/LayerScrollableArea.cpp
|
| index fa1332958a10d44b1c7ad7f81a368c935aa95871..72f0625a323e2926388d40c822c6a4407e29f484 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 LayoutBoxModelObject* paintInvalidationContainer = box().containerForPaintInvalidation();
|
| // The caret rect needs to be invalidated after scrolling
|
| frame->selection().setCaretRectNeedsUpdate();
|
|
|
|
|