| Index: third_party/WebKit/Source/platform/graphics/PlaceholderImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h b/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h
|
| index b5f39da1f97677ae806e4729741e000b17348e25..c6f6ff86e72eb8911695a3e669ab3892654bdcc1 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h
|
| @@ -9,9 +9,9 @@
|
| #include "platform/geometry/IntSize.h"
|
| #include "platform/graphics/Image.h"
|
| #include "platform/graphics/ImageOrientation.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| #include "third_party/skia/include/core/SkImage.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| -#include "wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|