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

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

Issue 723253004: Remove tons of OILPAN. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/inspector/ScriptProfile.h ('k') | sky/engine/core/loader/ImageLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/loader/ImageLoader.h
diff --git a/sky/engine/core/loader/ImageLoader.h b/sky/engine/core/loader/ImageLoader.h
index b9c4629e39f79d5ed4173909d97c0b14e04d1e59..5798eb4b3311a9bb8ca738453ddf03315efcc7a0 100644
--- a/sky/engine/core/loader/ImageLoader.h
+++ b/sky/engine/core/loader/ImageLoader.h
@@ -44,8 +44,6 @@ public:
// Determines whether the observed ImageResource should have higher priority in the decoded resources cache.
virtual bool requestsHighLiveResourceCachePriority() { return false; }
- virtual void trace(Visitor*) { }
-
protected:
ImageLoaderClient() { }
};
@@ -61,7 +59,6 @@ class ImageLoader : public ImageResourceClient {
public:
explicit ImageLoader(Element*);
virtual ~ImageLoader();
- void trace(Visitor*);
enum LoadType {
LoadNormally,
« no previous file with comments | « sky/engine/core/inspector/ScriptProfile.h ('k') | sky/engine/core/loader/ImageLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698