| Index: sky/engine/platform/graphics/skia/NativeImageSkia.h
|
| diff --git a/sky/engine/platform/graphics/skia/NativeImageSkia.h b/sky/engine/platform/graphics/skia/NativeImageSkia.h
|
| index 405ca77696e8cc4108758ebf33af669ef2c53226..bbd30459ad8cc581a86cfb8f8be4c64869217848 100644
|
| --- a/sky/engine/platform/graphics/skia/NativeImageSkia.h
|
| +++ b/sky/engine/platform/graphics/skia/NativeImageSkia.h
|
| @@ -31,16 +31,16 @@
|
| #ifndef NativeImageSkia_h
|
| #define NativeImageSkia_h
|
|
|
| -#include "SkBitmap.h"
|
| -#include "SkRect.h"
|
| -#include "SkSize.h"
|
| -#include "SkXfermode.h"
|
| -#include "platform/PlatformExport.h"
|
| -#include "platform/geometry/IntSize.h"
|
| -#include "platform/graphics/GraphicsTypes.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/platform/geometry/IntSize.h"
|
| +#include "sky/engine/platform/graphics/GraphicsTypes.h"
|
| +#include "sky/engine/wtf/Forward.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "third_party/skia/include/core/SkBitmap.h"
|
| +#include "third_party/skia/include/core/SkRect.h"
|
| +#include "third_party/skia/include/core/SkSize.h"
|
| +#include "third_party/skia/include/core/SkXfermode.h"
|
|
|
| namespace blink {
|
|
|
|
|