| Index: Source/platform/graphics/BitmapPattern.h
|
| diff --git a/Source/platform/graphics/BitmapPattern.h b/Source/platform/graphics/BitmapPattern.h
|
| index ba5a5a9f9e9d1642f3f15963675cbb371f9f4364..8726156dbba726a9452380555fc3417e92613641 100644
|
| --- a/Source/platform/graphics/BitmapPattern.h
|
| +++ b/Source/platform/graphics/BitmapPattern.h
|
| @@ -6,6 +6,7 @@
|
| #define BitmapPattern_h
|
|
|
| #include "platform/graphics/BitmapPatternBase.h"
|
| +#include "third_party/skia/include/core/SkBitmap.h"
|
|
|
| namespace blink {
|
|
|
| @@ -27,7 +28,7 @@ protected:
|
| private:
|
| BitmapPattern(PassRefPtr<Image>, RepeatMode);
|
|
|
| - RefPtr<NativeImageSkia> m_tileImage;
|
| + SkBitmap m_tileImage;
|
| };
|
|
|
| } // namespace
|
|
|