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

Unified Diff: skia/ext/benchmarking_canvas.cc

Issue 1028333002: Chromium -> Mojo roll. (Closed) Base URL: https://github.com/domokit/mojo.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 | « skia/ext/SkDiscardableMemory_chrome.cc ('k') | skia/skia.gyp » ('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 194f3825727abfa39fc6ca09fed7d8ee4d52a696..fb6f7ad4fcfd8e7bb686abc168dd807e6f29603c 100644
--- a/skia/ext/benchmarking_canvas.cc
+++ b/skia/ext/benchmarking_canvas.cc
@@ -249,7 +249,7 @@ scoped_ptr<base::Value> AsValue(const SkPaint& paint) {
"None", "Low", "Medium", "High"};
DCHECK_LT(static_cast<size_t>(paint.getFilterQuality()),
SK_ARRAY_COUNT(gFilterQualityStrings));
- val->SetString("FilterQuality",
+ val->SetString("FilterLevel",
gFilterQualityStrings[paint.getFilterQuality()]);
}
« no previous file with comments | « skia/ext/SkDiscardableMemory_chrome.cc ('k') | skia/skia.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698