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

Unified Diff: content/renderer/skia_benchmarking_extension_unittest.cc

Issue 214603005: Remove explicit Skia save flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | skia/ext/analysis_canvas_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/skia_benchmarking_extension_unittest.cc
diff --git a/content/renderer/skia_benchmarking_extension_unittest.cc b/content/renderer/skia_benchmarking_extension_unittest.cc
index c9f4e90bd2d604d08258d585c701c23ae10581b1..b21c973a737fd8ff03080a5a0373c8910f42de62 100644
--- a/content/renderer/skia_benchmarking_extension_unittest.cc
+++ b/content/renderer/skia_benchmarking_extension_unittest.cc
@@ -50,7 +50,7 @@ TEST(SkiaBenchmarkingExtensionTest, SkDebugCanvas) {
SkIntToScalar(50), SkIntToScalar(50));
// Draw a trivial scene.
- canvas.save(SkCanvas::kMatrixClip_SaveFlag);
+ canvas.save();
canvas.clipRect(fullRect, SkRegion::kIntersect_Op, false);
canvas.translate(SkIntToScalar(10), SkIntToScalar(10));
canvas.scale(SkIntToScalar(2), SkIntToScalar(2));
« no previous file with comments | « no previous file | skia/ext/analysis_canvas_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698