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

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: Modified definition for UseTransparentWindows as per code review discussion. 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 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_;
}

Powered by Google App Engine
This is Rietveld 408576698