| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 81b58b62ee1b3210854c179280942d9999bc6202..fa7d5f1f0ece0184ad1cf7efcca8a62853e9b520 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -288,6 +288,8 @@ public:
|
|
|
| LayoutBox* embeddedContentBox() const;
|
|
|
| + static void setInitialTracksPaintInvalidationsForTesting(bool);
|
| +
|
| void setTracksPaintInvalidations(bool);
|
| bool isTrackingPaintInvalidations() const { return m_isTrackingPaintInvalidations; }
|
| void resetTrackedPaintInvalidations();
|
|
|