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

Unified Diff: content/renderer/pepper/url_request_info_util.h

Issue 2928033002: Move GetDocument method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Split a DCHECK in two as suggested by boliu@. Created 3 years, 6 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: content/renderer/pepper/url_request_info_util.h
diff --git a/content/renderer/pepper/url_request_info_util.h b/content/renderer/pepper/url_request_info_util.h
index 7eabfef58e1026f7d3b3a5beb259b30821248c26..22ab684bddf9b5c8a7b93bc0c93f8ee95601cd60 100644
--- a/content/renderer/pepper/url_request_info_util.h
+++ b/content/renderer/pepper/url_request_info_util.h
@@ -14,7 +14,7 @@ struct URLRequestInfoData;
}
namespace blink {
-class WebFrame;
+class WebLocalFrame;
class WebURLRequest;
}
@@ -26,7 +26,7 @@ namespace content {
// pointers) will be populated by this function on success.
CONTENT_EXPORT bool CreateWebURLRequest(PP_Instance instance,
ppapi::URLRequestInfoData* data,
- blink::WebFrame* frame,
+ blink::WebLocalFrame* frame,
blink::WebURLRequest* dest);
// Returns true if universal access is required to use the given request.
« no previous file with comments | « content/renderer/pepper/pepper_plugin_instance_impl.cc ('k') | content/renderer/pepper/url_request_info_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698