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

Unified Diff: apps/ui/native_app_window.h

Issue 375183002: Add app.window.alphaEnabled() and onAlphaEnabledChanged. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mac Created 6 years, 5 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/native_app_window.h
diff --git a/apps/ui/native_app_window.h b/apps/ui/native_app_window.h
index cde4c1dfad8102de7ce4b484e60c1fcc30e9e5b5..96db494d73b21f4a8ab3dbd893d8fc445dbf9d67 100644
--- a/apps/ui/native_app_window.h
+++ b/apps/ui/native_app_window.h
@@ -87,6 +87,8 @@ class NativeAppWindow : public ui::BaseWindow,
virtual void SetContentSizeConstraints(const gfx::Size& min_size,
const gfx::Size& max_size) = 0;
+ virtual bool CanHaveTransparentBackground() const = 0;
Wez 2014/07/09 22:03:29 Do we want this to be called "transparent backgrou
Wez 2014/07/09 22:03:29 Add comment e.g. "Returns false if the NativeAppWi
jackhou1 2014/07/10 03:04:17 Oops, done.
jackhou1 2014/07/10 03:04:18 Done. This CL still conflicts a fair bit with htt
Wez 2014/07/11 17:14:10 Acknowledged.
+
virtual ~NativeAppWindow() {}
};

Powered by Google App Engine
This is Rietveld 408576698