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

Unified Diff: Source/platform/graphics/LoggingCanvas.h

Issue 1013803002: SkPaint::FilterLevel -> SkFilterQuality (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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
Index: Source/platform/graphics/LoggingCanvas.h
diff --git a/Source/platform/graphics/LoggingCanvas.h b/Source/platform/graphics/LoggingCanvas.h
index fdae61247045ebea21fbc096aeae141bf03e1582..605a1b0d61b1b71a76c269f609ee18efd2384150 100644
--- a/Source/platform/graphics/LoggingCanvas.h
+++ b/Source/platform/graphics/LoggingCanvas.h
@@ -114,7 +114,7 @@ private:
String stringForSkColor(const SkColor&);
void appendFlagToString(String* flagsString, bool isSet, const String& name);
String stringForSkPaintFlags(const SkPaint&);
- String filterLevelName(SkPaint::FilterLevel);
+ String filterQualityName(SkFilterQuality);
String textAlignName(SkPaint::Align);
String strokeCapName(SkPaint::Cap);
String strokeJoinName(SkPaint::Join);

Powered by Google App Engine
This is Rietveld 408576698