| Index: webkit/child/weburlloader_impl.h
|
| diff --git a/webkit/child/weburlloader_impl.h b/webkit/child/weburlloader_impl.h
|
| index 3cd200183bbc2b6591fec54a01872093e6858688..a8d870cb346a31e91135fd8a1fbbb170ee192063 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::WebParserResourceBridge* constructParserResourceBridge();
|
|
|
| private:
|
| class Context;
|
|
|