Index: ui/views/widget/native_widget_aura.h |
diff --git a/ui/views/widget/native_widget_aura.h b/ui/views/widget/native_widget_aura.h |
index fed20661063acf0de494a7a54678b18353c968aa..a1f62d8516e0a9e7a0d2c94be4eec751513f937d 100644 |
--- a/ui/views/widget/native_widget_aura.h |
+++ b/ui/views/widget/native_widget_aura.h |
@@ -132,6 +132,7 @@ class VIEWS_EXPORT NativeWidgetAura |
virtual void SetVisibilityChangedAnimationsEnabled(bool value) OVERRIDE; |
virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE; |
virtual void OnRootViewLayout() OVERRIDE; |
+ virtual bool IsTranslucentWindowOpacitySupported() const OVERRIDE; |
virtual void RepostNativeEvent(gfx::NativeEvent native_event) OVERRIDE; |
// Overridden from views::InputMethodDelegate: |