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

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

Issue 1316673009: Revert of Add a FOUC painting test. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 a9a590982f3fdeabefe7e00fd4187138257828cb..bbe68f965dac9555a952bade4edbecde41b85551 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -1035,8 +1035,8 @@
// Used by unit tests so that all parsing will be main thread for
// controlling parsing and chunking precisely.
- static void setThreadedParsingEnabledForTesting(bool);
- static bool threadedParsingEnabledForTesting();
+ static void setThreadedParsingEnabledForUnitTestsOnly(bool enabled);
+ static bool threadedParsingEnabledForUnitTestsOnly();
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