Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ui / views / widget / desktop_aura / desktop_native_widget_aura.h
index f483069..b4383c8 100644 (file)
@@ -179,6 +179,7 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
   virtual ui::NativeTheme* GetNativeTheme() const OVERRIDE;
   virtual void OnRootViewLayout() OVERRIDE;
   virtual bool IsTranslucentWindowOpacitySupported() const OVERRIDE;
+  virtual void OnSizeConstraintsChanged() OVERRIDE;
   virtual void RepostNativeEvent(gfx::NativeEvent native_event) OVERRIDE;
 
   // Overridden from aura::WindowDelegate:
@@ -254,10 +255,6 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
 
   scoped_ptr<DesktopCaptureClient> capture_client_;
 
-  // The following factory is used for calls to close the NativeWidgetAura
-  // instance.
-  base::WeakPtrFactory<DesktopNativeWidgetAura> close_widget_factory_;
-
   // Child of the root, contains |content_window_|.
   aura::Window* content_window_container_;
 
@@ -314,6 +311,10 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
   // See class documentation for Widget in widget.h for a note about type.
   Widget::InitParams::Type widget_type_;
 
+  // The following factory is used for calls to close the NativeWidgetAura
+  // instance.
+  base::WeakPtrFactory<DesktopNativeWidgetAura> close_widget_factory_;
+
   DISALLOW_COPY_AND_ASSIGN(DesktopNativeWidgetAura);
 };