| 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 307618d55b7b211c36125431818bf895419c144a..6e12cbac06254b12955ad109444f89c79affc5e0 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 {
|
|
|
|
|