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

Unified Diff: ui/aura/window.h

Issue 8383022: [Aura] Turns on Window opacity support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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
« no previous file with comments | « no previous file | ui/aura/window.cc » ('j') | views/widget/native_widget_aura.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window.h
diff --git a/ui/aura/window.h b/ui/aura/window.h
index 57ea1ea251b8c8aac74a5354da3db32d5139aec5..abfad2c33c1f63bf9e5139bf2cf69955d9e1a83d 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -252,6 +252,9 @@ class AURA_EXPORT Window : public ui::LayerDelegate {
// Returns true if this window is fullscreen or contains a fullscreen window.
bool IsOrContainsFullscreenWindow() const;
+ // Sets the opacity of the window.
+ void SetOpacity(unsigned char opacity);
+
// Returns an animation configured with the default duration. All animations
// should use this. Caller owns returned value.
static ui::Animation* CreateDefaultAnimation();
« no previous file with comments | « no previous file | ui/aura/window.cc » ('j') | views/widget/native_widget_aura.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698