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

Unified Diff: sky/engine/platform/image-decoders/ImageDecoder.h

Issue 709203002: Remove more 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/platform/heap/Handle.h ('k') | sky/engine/wtf/ListHashSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/image-decoders/ImageDecoder.h
diff --git a/sky/engine/platform/image-decoders/ImageDecoder.h b/sky/engine/platform/image-decoders/ImageDecoder.h
index 945e6050288cca4cb7b03ab5ebc6f0dd2d4dc6a6..eaebaf2dc4fe47c24f7a203c5bdc0a0d6c66e919 100644
--- a/sky/engine/platform/image-decoders/ImageDecoder.h
+++ b/sky/engine/platform/image-decoders/ImageDecoder.h
@@ -35,6 +35,7 @@
#include "platform/image-decoders/ImageFrame.h"
#include "public/platform/Platform.h"
#include "wtf/Assertions.h"
+#include "wtf/PassOwnPtr.h"
#include "wtf/RefPtr.h"
#include "wtf/Threading.h"
#include "wtf/Vector.h"
« no previous file with comments | « sky/engine/platform/heap/Handle.h ('k') | sky/engine/wtf/ListHashSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698