Index: chrome/browser/ui/views/theme_helpers.cc |
=================================================================== |
--- chrome/browser/ui/views/theme_helpers.cc (revision 147935) |
+++ chrome/browser/ui/views/theme_helpers.cc (working copy) |
@@ -23,7 +23,7 @@ |
// those so calling code can use them to create gradient brushes for use in |
// rendering in other directions. |
- gfx::Canvas canvas(gfx::Size(width, 1), ui::SCALE_FACTOR_100P, true); |
+ gfx::Canvas canvas(gfx::Size(width, 1), true); |
// Render the Rebar gradient into the DIB |
CTheme theme; |