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

Unified Diff: debugger/QT/SkSettingsWidget.h

Issue 1010023002: FilterLevel -> SkFilterQuality (Closed) Base URL: https://skia.googlesource.com/skia.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 | « debugger/QT/SkDebuggerGUI.cpp ('k') | debugger/SkDebugger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: debugger/QT/SkSettingsWidget.h
diff --git a/debugger/QT/SkSettingsWidget.h b/debugger/QT/SkSettingsWidget.h
index 70e8965341bc8868dda9adae97f57ac460950a6c..012abc0d12ed77d5d59bddc5c54429b8d7da4880 100644
--- a/debugger/QT/SkSettingsWidget.h
+++ b/debugger/QT/SkSettingsWidget.h
@@ -51,9 +51,9 @@ public:
#endif
- bool getFilterOverride(SkPaint::FilterLevel* filterLevel) const {
+ bool getFilterOverride(SkFilterQuality* filterQuality) const {
int index = fFilterCombo.currentIndex();
- *filterLevel = (SkPaint::FilterLevel)fFilterCombo.itemData(index).toUInt();
+ *filterQuality = (SkFilterQuality)fFilterCombo.itemData(index).toUInt();
return index > 0;
}
« no previous file with comments | « debugger/QT/SkDebuggerGUI.cpp ('k') | debugger/SkDebugger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698