Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(975)

Unified Diff: Source/core/frame/FrameView.h

Issue 1329553004: Add a FOUC painting test. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Clean up. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698