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

Unified Diff: Source/core/dom/Document.h

Issue 1329553004: Add a FOUC painting test. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix build. 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
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index bbe68f965dac9555a952bade4edbecde41b85551..a9a590982f3fdeabefe7e00fd4187138257828cb 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1035,8 +1035,8 @@ public:
// Used by unit tests so that all parsing will be main thread for
// controlling parsing and chunking precisely.
- static void setThreadedParsingEnabledForUnitTestsOnly(bool enabled);
- static bool threadedParsingEnabledForUnitTestsOnly();
+ static void setThreadedParsingEnabledForTesting(bool);
+ static bool threadedParsingEnabledForTesting();
void incrementNodeCount() { m_nodeCount++; }
void decrementNodeCount()
« no previous file with comments | « no previous file | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698