Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index f2e56f68f001f9a35704c170439738442bf3cef0..1d42d1083a411c8a56845e661d31628ff000497c 100644 |
--- a/Source/core/frame/FrameView.h |
+++ b/Source/core/frame/FrameView.h |
@@ -122,6 +122,7 @@ public: |
bool layoutSizeFixedToFrameSize() { return m_layoutSizeFixedToFrameSize; } |
bool needsFullPaintInvalidation() const { return m_doFullPaintInvalidation; } |
+ void setNeedsFullPaintInvalidation() { m_doFullPaintInvalidation = true; } |
void updateAcceleratedCompositingSettings(); |