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

Unified Diff: skia/ext/analysis_canvas_unittest.cc

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/ext/analysis_canvas.cc ('k') | skia/ext/image_operations.h » ('j') | 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 378d27d6569440553b62ff8387c8c067a4c962d7..16a03905f91888c80b2bd2c53ecf636dcdb3ff81 100644
--- a/skia/ext/analysis_canvas_unittest.cc
+++ b/skia/ext/analysis_canvas_unittest.cc
@@ -78,8 +78,7 @@ TEST(AnalysisCanvasTest, ComplexActions) {
canvas.drawPaint(paint);
SkColor outputColor;
- //TODO(vmpstr): This should return true. (crbug.com/180597)
- EXPECT_FALSE(canvas.GetColorIfSolid(&outputColor));
+ EXPECT_TRUE(canvas.GetColorIfSolid(&outputColor));
// Draw points test.
SkPoint points[4] = {
« no previous file with comments | « skia/ext/analysis_canvas.cc ('k') | skia/ext/image_operations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698