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

Unified Diff: apps/ui/views/native_app_window_views.h

Issue 190533006: Add support for transparent background API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Wrap Missing Permission string in #ifdef AURA Created 6 years, 7 months 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: apps/ui/views/native_app_window_views.h
diff --git a/apps/ui/views/native_app_window_views.h b/apps/ui/views/native_app_window_views.h
index 696cb2f36808f830624a71897b877f14e093954b..a52e2a1943f592b04a973c0466d742797d20a44d 100644
--- a/apps/ui/views/native_app_window_views.h
+++ b/apps/ui/views/native_app_window_views.h
@@ -177,7 +177,7 @@ class NativeAppWindowViews : public NativeAppWindow,
scoped_ptr<SkRegion> draggable_region_;
bool frameless_;
- bool transparent_background_;
+ bool alpha_enabled_;
bool resizable_;
apps::SizeConstraints size_constraints_;

Powered by Google App Engine
This is Rietveld 408576698