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

Unified Diff: content/shell/browser/shell_views.cc

Issue 108193005: Fixing opacity for browser frame window on ASH/Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Further minor changes Created 7 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
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_;
}

Powered by Google App Engine
This is Rietveld 408576698