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

Unified Diff: skia/ext/analysis_canvas_unittest.cc

Issue 795823003: API migration: picture.draw -> picture.playback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android call-site Created 6 years 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 | « skia/config/SkUserConfig.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/analysis_canvas_unittest.cc
diff --git a/skia/ext/analysis_canvas_unittest.cc b/skia/ext/analysis_canvas_unittest.cc
index 16a03905f91888c80b2bd2c53ecf636dcdb3ff81..3bf0e975c56a615fc68c59f54571a8a3c5a39dd2 100644
--- a/skia/ext/analysis_canvas_unittest.cc
+++ b/skia/ext/analysis_canvas_unittest.cc
@@ -310,7 +310,7 @@ TEST(AnalysisCanvasTest, EarlyOutNotSolid) {
// Draw the picture into the analysis canvas, using the canvas as a callback
// as well.
skia::AnalysisCanvas canvas(256, 256);
- picture->draw(&canvas, &canvas);
+ picture->playback(&canvas, &canvas);
// Ensure that canvas is not solid.
SkColor output_color;
« no previous file with comments | « skia/config/SkUserConfig.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698