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

Unified Diff: skia/ext/benchmarking_canvas.cc

Issue 1010433008: remove reference to deprecated kHasFilter16 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | no next file » | 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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698