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

Unified Diff: webkit/child/weburlloader_impl.h

Issue 109283006: Redirect HTML resource bytes directly to parser thread (Chrome side CL) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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: webkit/child/weburlloader_impl.h
diff --git a/webkit/child/weburlloader_impl.h b/webkit/child/weburlloader_impl.h
index 3cd200183bbc2b6591fec54a01872093e6858688..f80a496b34bbe31d2decd4072d3656bc9f838717 100644
--- a/webkit/child/weburlloader_impl.h
+++ b/webkit/child/weburlloader_impl.h
@@ -9,6 +9,10 @@
#include "third_party/WebKit/public/platform/WebURLLoader.h"
#include "webkit/child/webkit_child_export.h"
+namespace blink {
+class WebParserResourceBridge;
+}
+
namespace webkit_glue {
class WebKitPlatformSupportImpl;
@@ -38,6 +42,7 @@ class WebURLLoaderImpl : public blink::WebURLLoader {
virtual void cancel();
virtual void setDefersLoading(bool value);
virtual void didChangePriority(blink::WebURLRequest::Priority new_priority);
+ virtual blink::WebThreadedResourceProvider* createThreadedResourceProvider();
private:
class Context;

Powered by Google App Engine
This is Rietveld 408576698