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

Unified Diff: third_party/WebKit/Source/platform/mac/GraphicsContextCanvasTest.mm

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
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/mac/GraphicsContextCanvasTest.mm
diff --git a/third_party/WebKit/Source/platform/mac/GraphicsContextCanvasTest.mm b/third_party/WebKit/Source/platform/mac/GraphicsContextCanvasTest.mm
index da375d254f4ec590ddbc8a39e3ba4fe893edaa1c..d0d68ca163e2ec862909dcd6e88c2469e19fcb7e 100644
--- a/third_party/WebKit/Source/platform/mac/GraphicsContextCanvasTest.mm
+++ b/third_party/WebKit/Source/platform/mac/GraphicsContextCanvasTest.mm
@@ -27,7 +27,7 @@ void RunTest(TestType test) {
SkBitmap bitmap;
bitmap.installPixels(info, bits, info.minRowBytes());
- PaintCanvas canvas(bitmap);
+ SkiaPaintCanvas canvas(bitmap);
if (test & TestTranslate)
canvas.translate(width / 2, 0);
if (test & TestClip) {
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/PaintCanvas.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698