Index: third_party/WebKit/Source/web/WebImageDecoder.cpp |
diff --git a/third_party/WebKit/Source/web/WebImageDecoder.cpp b/third_party/WebKit/Source/web/WebImageDecoder.cpp |
index d4ffb79860fdb46fa716543e03bcfe16962ccb62..1750509dcc16ed74f403037642291ce7921a5a1a 100644 |
--- a/third_party/WebKit/Source/web/WebImageDecoder.cpp |
+++ b/third_party/WebKit/Source/web/WebImageDecoder.cpp |
@@ -37,6 +37,8 @@ |
#include "public/platform/WebData.h" |
#include "public/platform/WebImage.h" |
#include "public/platform/WebSize.h" |
+#include "wtf/OwnPtr.h" |
+#include "wtf/PassOwnPtr.h" |
#include "wtf/PassRefPtr.h" |
namespace blink { |