| Index: third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h b/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h
|
| index 316561d6cb01728508f6f70fdd7b686c9d2e310e..783154b584e4c7ec6ab24e53df69deb105fde077 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/InterceptingCanvas.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef InterceptingCanvas_h
|
| #define InterceptingCanvas_h
|
|
|
| +#include "platform/graphics/paint/PaintRecord.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| -#include "third_party/skia/include/core/SkPicture.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/Noncopyable.h"
|
|
|