diff options
Diffstat (limited to 'chrome/browser/ui/views/theme_helpers.cc')
-rw-r--r-- | chrome/browser/ui/views/theme_helpers.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/theme_helpers.cc b/chrome/browser/ui/views/theme_helpers.cc index 954a745..833f49c 100644 --- a/chrome/browser/ui/views/theme_helpers.cc +++ b/chrome/browser/ui/views/theme_helpers.cc @@ -23,7 +23,7 @@ void GetRebarGradientColors(int width, int x1, int x2, // 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), true); + gfx::Canvas canvas(gfx::Size(width, 1), ui::SCALE_FACTOR_100P, true); // Render the Rebar gradient into the DIB CTheme theme; |