| Index: third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
|
| index 3fdd6f4f1700c99055712c136a574c6a9d8e97d7..1372a955d96dd49727d385be38afaf036404fd39 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
|
| +++ b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
|
| @@ -9,7 +9,8 @@
|
| #include "modules/ModulesExport.h"
|
| #include "modules/canvas2d/BaseRenderingContext2D.h"
|
| #include "platform/graphics/ImageBuffer.h"
|
| -#include "third_party/skia/include/core/SkCanvas.h"
|
| +
|
| +class SkCanvas;
|
|
|
| namespace blink {
|
|
|
|
|