| Index: third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
|
| index 6fa99ff5ed09ca0ddd034238042bb80850d653ab..88683855b2a25c94b652329a47c95fe015ebe9ff 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
|
| @@ -2,10 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "third_party/skia/include/core/SkBitmap.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| +class SkBitmap;
|
| +
|
| namespace blink {
|
| class ImageDecoder;
|
| class SharedBuffer;
|
|
|