| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index bc39c2109cfa541938c3ec94f21dd8ec292b134e..3d85893671e00a61e1d11c9c5a52c62a69e0dd68 100644
|
| --- a/Source/core/rendering/RenderView.h
|
| +++ b/Source/core/rendering/RenderView.h
|
| @@ -124,7 +124,7 @@ public:
|
| #endif
|
|
|
| bool shouldDoFullRepaintForNextLayout() const;
|
| - bool doingFullRepaint() const { return m_frameView->needsFullRepaint(); }
|
| + bool doingFullRepaint() const { return m_frameView->needsFullPaintInvalidation(); }
|
|
|
| // Subtree push
|
| void pushLayoutState(RenderObject&);
|
|
|