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

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

Issue 1309883003: Add hooks for capturing meaningful text info, gently. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Oopsie fixed. Created 5 years, 4 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/loader/NavigationScheduler.h » ('j') | public/web/WebLocalFrame.h » ('J')
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 a1404801f5b8a1f0953c4c519c3ce72dec6eebce..5513732300ddbd2bd267510106b33e98a036a72d 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -567,6 +567,7 @@ public:
void setParsingState(ParsingState);
bool parsing() const { return m_parsingState == Parsing; }
bool isInDOMContentLoaded() const { return m_parsingState == InDOMContentLoaded; }
+ bool hasFinishedParsing() const { return m_parsingState == FinishedParsing; }
bool shouldScheduleLayout() const;
int elapsedTime() const;
« no previous file with comments | « no previous file | Source/core/loader/NavigationScheduler.h » ('j') | public/web/WebLocalFrame.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698