| Index: third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
|
| index 4b316343f7e5f1833aa5fe9236cc892f0b4a090a..b8053b98128e148f8c53521f74b942f484d02b52 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
|
| @@ -31,7 +31,6 @@
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/skia/include/core/SkSize.h"
|
| #include "third_party/skia/include/core/SkTypes.h"
|
| -#include "third_party/skia/include/core/SkYUVSizeInfo.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -43,6 +42,7 @@
|
| #include "wtf/Vector.h"
|
|
|
| class SkData;
|
| +struct SkYUVSizeInfo;
|
|
|
| namespace blink {
|
|
|
|
|