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

Unified Diff: sky/engine/core/dom/Document.h

Issue 664573004: Live the dream (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: DEPS Created 6 years, 2 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 | « sky/engine/core/dom/DecodedDataDocumentParser.cpp ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/Document.h
diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
index 5b127792c639621cc62f79394112f3467f24c1e1..6dd5c690e2e9b41b586b26dde63aa807010e9810 100644
--- a/sky/engine/core/dom/Document.h
+++ b/sky/engine/core/dom/Document.h
@@ -328,7 +328,8 @@ public:
DocumentLoadTiming* timing() const;
- PassRefPtrWillBeRawPtr<DocumentParser> startParsing();
+ void startParsing();
+ void cancelParsing();
// close() is the DOM API document.close()
void close(ExceptionState& = ASSERT_NO_EXCEPTION);
@@ -349,8 +350,6 @@ public:
};
PageDismissalType pageDismissalEventBeingDispatched() const;
- void cancelParsing();
-
const KURL& url() const { return m_url; }
void setURL(const KURL&);
« no previous file with comments | « sky/engine/core/dom/DecodedDataDocumentParser.cpp ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698