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

Unified Diff: ui/views/test/test_views_delegate.h

Issue 108193005: Fixing opacity for browser frame window on ASH/Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved logic to OnBeforeWidgetInit 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: ui/views/test/test_views_delegate.h
diff --git a/ui/views/test/test_views_delegate.h b/ui/views/test/test_views_delegate.h
index 7816b687f299eec40ffb5e4a096091c2fc665245..66aaa770565e342e46c25a8419a1f63be3e147b8 100644
--- a/ui/views/test/test_views_delegate.h
+++ b/ui/views/test/test_views_delegate.h
@@ -59,7 +59,7 @@ class TestViewsDelegate : public ViewsDelegate {
#endif
virtual NonClientFrameView* CreateDefaultNonClientFrameView(
Widget* widget) OVERRIDE;
- virtual bool UseTransparentWindows() const OVERRIDE;
+ virtual bool UseTransparentWindows(Widget::InitParams* params) const OVERRIDE;
sky 2013/12/12 23:58:14 Remove this entirely.
Shrikant Kelkar 2013/12/17 07:06:21 Done.
virtual void AddRef() OVERRIDE {}
virtual void ReleaseRef() OVERRIDE {}
virtual content::WebContents* CreateWebContents(

Powered by Google App Engine
This is Rietveld 408576698