| Index: content/shell/browser/shell_views.cc
|
| diff --git a/content/shell/browser/shell_views.cc b/content/shell/browser/shell_views.cc
|
| index e137fcb4df01266f92200fa7b3e27fdbb6625a54..88a1eabf491f7818501cc11461c9b686c577044f 100644
|
| --- a/content/shell/browser/shell_views.cc
|
| +++ b/content/shell/browser/shell_views.cc
|
| @@ -56,7 +56,8 @@ class ShellViewsDelegateAura : public views::DesktopTestViewsDelegate {
|
| }
|
|
|
| // Overridden from views::TestViewsDelegate:
|
| - virtual bool UseTransparentWindows() const OVERRIDE {
|
| + virtual bool UseTransparentWindows(
|
| + views::Widget::InitParams* params) const OVERRIDE {
|
| return use_transparent_windows_;
|
| }
|
|
|
|
|