Chromium Code Reviews| Index: content/shell/browser/shell_views.cc |
| diff --git a/content/shell/browser/shell_views.cc b/content/shell/browser/shell_views.cc |
| index c27e7833d35f564a4822cfc5cb5cb0a1e7cfcda4..3199f204938e3db0ed49839dd4aa0c827503ef43 100644 |
| --- a/content/shell/browser/shell_views.cc |
| +++ b/content/shell/browser/shell_views.cc |
| @@ -57,7 +57,8 @@ class ShellViewsDelegateAura : public views::DesktopTestViewsDelegate { |
| } |
| // Overridden from views::TestViewsDelegate: |
| - virtual bool UseTransparentWindows() const OVERRIDE { |
| + virtual bool UseTransparentWindows( |
|
sky
2013/12/17 15:59:00
Didn't you remove this function from TestViewDeleg
Shrikant Kelkar
2013/12/17 18:01:00
Done.
|
| + views::Widget::InitParams* params) const OVERRIDE { |
| return use_transparent_windows_; |
| } |