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

Unified Diff: skia/ext/benchmarking_canvas.cc

Issue 1100833002: Roll skia to 409fd66a5afcef5f165f7ccec7c3473add231752. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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 | « skia/BUILD.gn ('k') | sky/engine/platform/graphics/GraphicsContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/benchmarking_canvas.cc
diff --git a/skia/ext/benchmarking_canvas.cc b/skia/ext/benchmarking_canvas.cc
index fb6f7ad4fcfd8e7bb686abc168dd807e6f29603c..904d6bdb0bf4c8b19ba75747c3f72b49d566ae88 100644
--- a/skia/ext/benchmarking_canvas.cc
+++ b/skia/ext/benchmarking_canvas.cc
@@ -154,8 +154,6 @@ scoped_ptr<base::Value> AsValue(const SkColorFilter& filter) {
FlagsBuilder builder('|');
builder.addFlag(flags & SkColorFilter::kAlphaUnchanged_Flag,
"kAlphaUnchanged_Flag");
- builder.addFlag(flags & SkColorFilter::kHasFilter16_Flag,
- "kHasFilter16_Flag");
val->SetString("flags", builder.str());
}
« no previous file with comments | « skia/BUILD.gn ('k') | sky/engine/platform/graphics/GraphicsContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698