| Index: third_party/WebKit/public/platform/WebCanvas.h
|
| diff --git a/third_party/WebKit/public/platform/WebCanvas.h b/third_party/WebKit/public/platform/WebCanvas.h
|
| index 701892aa895887267eee5208a3dc2f1fe0988e5b..4f74645af4b3ec1ea49ddce26bac2af9923f27ad 100644
|
| --- a/third_party/WebKit/public/platform/WebCanvas.h
|
| +++ b/third_party/WebKit/public/platform/WebCanvas.h
|
| @@ -31,13 +31,11 @@
|
| #ifndef WebCanvas_h
|
| #define WebCanvas_h
|
|
|
| -#include "WebCommon.h"
|
| -
|
| -class SkCanvas;
|
| +#include "cc/paint/paint_canvas.h"
|
|
|
| namespace blink {
|
|
|
| -typedef SkCanvas WebCanvas;
|
| +typedef cc::PaintCanvas WebCanvas;
|
|
|
| } // namespace blink
|
|
|
|
|