X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fviews%2Fwidget%2Fdesktop_aura%2Fdesktop_native_widget_aura.h;h=16a56d951bc017bdfc369c0a0215f0ba31df137a;hb=490a4587e7e356282cb1453efaf36de4acc9762f;hp=f2658146f67bc2e3f18ce29d1b082a186e3f2c9a;hpb=3a51af92707b9c600d06a404c9db8f07fcd50959;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/src/ui/views/widget/desktop_aura/desktop_native_widget_aura.h index f265814..16a56d9 100644 --- a/src/ui/views/widget/desktop_aura/desktop_native_widget_aura.h +++ b/src/ui/views/widget/desktop_aura/desktop_native_widget_aura.h @@ -178,6 +178,7 @@ class VIEWS_EXPORT DesktopNativeWidgetAura 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 aura::WindowDelegate: @@ -292,7 +293,6 @@ class VIEWS_EXPORT DesktopNativeWidgetAura window_modality_controller_; bool restore_focus_on_activate_; - bool restore_focus_on_window_focus_; gfx::NativeCursor cursor_; // We must manually reference count the number of users of |cursor_manager_|