Chromium Code Reviews| Index: Source/core/frame/FrameView.h |
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
| index a1b2b4383ff62b44434aa193bdc964110947d04a..d9674dfcdadb5066c563332f345670b5dd0240d2 100644 |
| --- a/Source/core/frame/FrameView.h |
| +++ b/Source/core/frame/FrameView.h |
| @@ -288,6 +288,8 @@ public: |
| LayoutBox* embeddedContentBox() const; |
| + static void setInitialTracksPaintInvalidationsForUnitTestsOnly(bool); |
|
dglazkov
2015/09/08 17:54:04
The typical prefix we use is ForTesting.
|
| + |
| void setTracksPaintInvalidations(bool); |
| bool isTrackingPaintInvalidations() const { return m_isTrackingPaintInvalidations; } |
| void resetTrackedPaintInvalidations(); |