summaryrefslogtreecommitdiffstats
path: root/webkit/glue/image_resource_fetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/image_resource_fetcher.h')
-rw-r--r--webkit/glue/image_resource_fetcher.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/glue/image_resource_fetcher.h b/webkit/glue/image_resource_fetcher.h
index ef2f857..593b915 100644
--- a/webkit/glue/image_resource_fetcher.h
+++ b/webkit/glue/image_resource_fetcher.h
@@ -9,12 +9,11 @@
#include "webkit/glue/resource_fetcher.h"
class SkBitmap;
-class WebViewImpl;
namespace webkit_glue {
// ImageResourceFetcher handles downloading an image for a webview. Once
-// downloading is done the hosting WebViewImpl is notified. ImageResourceFetcher
+// downloading is done the supplied callback is notified. ImageResourceFetcher
// is used to download the favicon and images for web apps.
class ImageResourceFetcher {
public: