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

Unified Diff: skia/ext/benchmarking_canvas.cc

Issue 1518893003: SkPaint::kGenA8FromLCD_Flagis no longer used, so remove references to it (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.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 752e398eeec6d264b4eea1e14f5e4741ede7e289..9b479c191c07ad42e94721fa9b9825ed840bf293 100644
--- a/skia/ext/benchmarking_canvas.cc
+++ b/skia/ext/benchmarking_canvas.cc
@@ -239,8 +239,6 @@ scoped_ptr<base::Value> AsValue(const SkPaint& paint) {
builder.addFlag(paint.isEmbeddedBitmapText(), "EmbeddedBitmapText");
builder.addFlag(paint.isAutohinted(), "Autohinted");
builder.addFlag(paint.isVerticalText(), "VerticalText");
- builder.addFlag(paint.getFlags() & SkPaint::kGenA8FromLCD_Flag,
- "GenA8FromLCD");
val->SetString("Flags", builder.str());
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/fonts/win/FontPlatformDataWin.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698