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

Unified Diff: sky/engine/core/loader/CanvasImageLoader.h

Issue 1165753004: Implement a simple image cache for Sky in Dart (no eviction) (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase origin/master Created 5 years, 7 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 | « no previous file | sky/engine/core/loader/CanvasImageLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/loader/CanvasImageLoader.h
diff --git a/sky/engine/core/loader/CanvasImageLoader.h b/sky/engine/core/loader/CanvasImageLoader.h
index 63db7656574dcd1fb48abf8954652125c9823579..a8f255b0341f005daa63cc97972fffb97037a00b 100644
--- a/sky/engine/core/loader/CanvasImageLoader.h
+++ b/sky/engine/core/loader/CanvasImageLoader.h
@@ -28,8 +28,6 @@ class CanvasImageLoader : public MojoFetcher::Client,
}
virtual ~CanvasImageLoader();
- void load();
-
// MojoFetcher::Client
void OnReceivedResponse(mojo::URLResponsePtr) override;
@@ -43,8 +41,6 @@ class CanvasImageLoader : public MojoFetcher::Client,
OwnPtr<MojoFetcher> fetcher_;
OwnPtr<mojo::common::DataPipeDrainer> drainer_;
RefPtr<SharedBuffer> buffer_;
-
- KURL url_;
OwnPtr<ImageLoaderCallback> callback_;
};
« no previous file with comments | « no previous file | sky/engine/core/loader/CanvasImageLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698