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

Unified Diff: sky/engine/core/html/parser/BackgroundHTMLParser.h

Issue 673963002: Remove unused code from the Sky parser system (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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 | « no previous file | sky/engine/core/html/parser/BackgroundHTMLParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/parser/BackgroundHTMLParser.h
diff --git a/sky/engine/core/html/parser/BackgroundHTMLParser.h b/sky/engine/core/html/parser/BackgroundHTMLParser.h
index d19377c15d78f82fe96653b5a1d53cc60abfbe49..00073c2f0569d781123ce5b29dff4594f311057c 100644
--- a/sky/engine/core/html/parser/BackgroundHTMLParser.h
+++ b/sky/engine/core/html/parser/BackgroundHTMLParser.h
@@ -50,18 +50,8 @@ public:
static base::WeakPtr<BackgroundHTMLParser> create(PassOwnPtr<Configuration>);
- struct Checkpoint {
- WeakPtr<HTMLDocumentParser> parser;
- OwnPtr<HTMLToken> token;
- OwnPtr<HTMLTokenizer> tokenizer;
- String unparsedInput;
- };
-
- void appendRawBytesFromParserThread(const char* data, int dataLength);
-
void appendRawBytesFromMainThread(PassOwnPtr<Vector<char> >);
void flush();
- void resumeFrom(PassOwnPtr<Checkpoint>);
void finish();
void stop();
@@ -79,7 +69,6 @@ private:
SegmentedString m_input;
OwnPtr<HTMLToken> m_token;
OwnPtr<HTMLTokenizer> m_tokenizer;
- HTMLParserOptions m_options;
WeakPtr<HTMLDocumentParser> m_parser;
OwnPtr<CompactHTMLTokenStream> m_pendingTokens;
« no previous file with comments | « no previous file | sky/engine/core/html/parser/BackgroundHTMLParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698