| Index: third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.h b/third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.h
|
| index 1b7b780712f9920b780777d8c4aa3b637cc01602..d78262ba80d0466bbd11c2acf16d7f5d4254ca93 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.h
|
| @@ -9,6 +9,8 @@
|
| #include "platform/graphics/GeneratedImage.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| +class SkPicture;
|
| +
|
| namespace blink {
|
|
|
| class PLATFORM_EXPORT PaintGeneratedImage : public GeneratedImage {
|
|
|