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