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

Unified Diff: webkit/glue/image_resource_fetcher.h

Issue 164225: Switch to WebFrame from the WebKit API.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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 | « webkit/glue/iframe_redirect_unittest.cc ('k') | webkit/glue/image_resource_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/image_resource_fetcher.h
===================================================================
--- webkit/glue/image_resource_fetcher.h (revision 22886)
+++ webkit/glue/image_resource_fetcher.h (working copy)
@@ -21,7 +21,7 @@
typedef Callback2<ImageResourceFetcher*, const SkBitmap&>::Type Callback;
ImageResourceFetcher(const GURL& image_url,
- WebFrame* frame,
+ WebKit::WebFrame* frame,
int id,
int image_size,
Callback* callback);
« no previous file with comments | « webkit/glue/iframe_redirect_unittest.cc ('k') | webkit/glue/image_resource_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698