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

Unified Diff: Source/core/html/parser/HTMLParserThread.h

Issue 100563004: Redirect HTML resource bytes directly to parser thread (Blink side CL) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@parserthread_decodermove
Patch Set: Created 6 years, 10 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
Index: Source/core/html/parser/HTMLParserThread.h
diff --git a/Source/core/html/parser/HTMLParserThread.h b/Source/core/html/parser/HTMLParserThread.h
index a350c80e1459b28c224b6f6f0620b50d0b18ea10..dc5eaad26e54729357225574cdf77580d356f675 100644
--- a/Source/core/html/parser/HTMLParserThread.h
+++ b/Source/core/html/parser/HTMLParserThread.h
@@ -46,13 +46,12 @@ public:
static HTMLParserThread* shared();
void postTask(const Closure&);
+ blink::WebThread& ensureThread();
abarth-chromium 2014/03/10 21:52:20 I'd rename this function to something like platfor
oystein (OOO til 10th of July) 2014/03/17 21:19:11 Done.
private:
HTMLParserThread();
~HTMLParserThread();
- blink::WebThread& ensureThread();
-
OwnPtr<blink::WebThread> m_thread;
};

Powered by Google App Engine
This is Rietveld 408576698