| Index: sky/engine/platform/graphics/Pattern.h
|
| diff --git a/sky/engine/platform/graphics/Pattern.h b/sky/engine/platform/graphics/Pattern.h
|
| index 49fd69f8671160aec150c09d391aecfdf876f3f1..053555f57c913b1c40ce3d4bdcee1afd392ddb9f 100644
|
| --- a/sky/engine/platform/graphics/Pattern.h
|
| +++ b/sky/engine/platform/graphics/Pattern.h
|
| @@ -29,14 +29,13 @@
|
| #ifndef Pattern_h
|
| #define Pattern_h
|
|
|
| -#include "SkShader.h"
|
| -#include "platform/PlatformExport.h"
|
| -#include "platform/graphics/Image.h"
|
| -#include "platform/transforms/AffineTransform.h"
|
| -
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "sky/engine/platform/graphics/Image.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/platform/transforms/AffineTransform.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
| +#include "third_party/skia/include/core/SkShader.h"
|
|
|
| namespace blink {
|
|
|
|
|