Index: ui/views/widget/native_widget_aura.h |
=================================================================== |
--- ui/views/widget/native_widget_aura.h (revision 285043) |
+++ ui/views/widget/native_widget_aura.h (working copy) |
@@ -132,6 +132,7 @@ |
virtual void SetVisibilityChangedAnimationsEnabled(bool value) OVERRIDE; |
virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE; |
virtual void OnRootViewLayout() const OVERRIDE; |
+ virtual bool IsTranslucentWindowOpacitySupported() const OVERRIDE; |
virtual void RepostNativeEvent(gfx::NativeEvent native_event) OVERRIDE; |
// Overridden from views::InputMethodDelegate: |