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

Unified Diff: ui/gfx/switches.h

Issue 11673010: Flip the default value of the flag to enable scaling in ImageSkiaOperations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « ui/gfx/image/image_skia_operations.cc ('k') | ui/gfx/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/switches.h
diff --git a/ui/gfx/switches.h b/ui/gfx/switches.h
index 12f4efeedc4178c078d1635489f618bad09fbe36..63cac50086a4629879fd9e8917737c66ff93c92b 100644
--- a/ui/gfx/switches.h
+++ b/ui/gfx/switches.h
@@ -10,8 +10,8 @@
namespace gfx {
namespace switches {
-UI_EXPORT extern const char kDisableScalingInImageSkiaOperations[];
UI_EXPORT extern const char kEnableBrowserTextSubpixelPositioning[];
+UI_EXPORT extern const char kEnableScalingInImageSkiaOperations[];
UI_EXPORT extern const char kEnableWebkitTextSubpixelPositioning[];
} // namespace switches
« no previous file with comments | « ui/gfx/image/image_skia_operations.cc ('k') | ui/gfx/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698