Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1208)

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h

Issue 2752593002: cc: Make PaintCanvas abstract (Closed)
Patch Set: Remove default parameters on virtual functions Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h b/third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h
index 02aaae5a3d082c6e54e351a96b197401de594241..87a87a5e405885ec99e8e19f26c38f7e14847c16 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h
@@ -6,9 +6,11 @@
#define PaintCanvas_h
#include "cc/paint/paint_canvas.h"
+#include "cc/paint/skia_paint_canvas.h"
namespace blink {
using cc::PaintCanvas;
+using cc::SkiaPaintCanvas;
using cc::PaintCanvasAutoRestore;
using cc::ToPixmap;
}

Powered by Google App Engine
This is Rietveld 408576698