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

Unified Diff: content/renderer/skia_benchmarking_extension_unittest.cc

Issue 337163003: Switch to the new SkCanvas::willSave() API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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.h » ('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 b21c973a737fd8ff03080a5a0373c8910f42de62..3a6e02ce4e3e9efe580f954264338e016c2a34f4 100644
--- a/content/renderer/skia_benchmarking_extension_unittest.cc
+++ b/content/renderer/skia_benchmarking_extension_unittest.cc
@@ -66,7 +66,6 @@ TEST(SkiaBenchmarkingExtensionTest, SkDebugCanvas) {
cmd = canvas.getDrawCommandAt(idx)->getType();
EXPECT_EQ(cmd, SAVE);
EXPECT_STREQ(SkDrawCommand::GetCommandString(cmd), "Save");
- EXPECT_TRUE(HasInfoField(canvas, idx, "SaveFlags"));
ASSERT_TRUE(canvas.getDrawCommandAt(++idx) != NULL);
cmd = canvas.getDrawCommandAt(idx)->getType();
« no previous file with comments | « no previous file | skia/ext/analysis_canvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698