Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ozone / ui / public / ozone_channel_host.h
index 1b08f40..3d2368a 100644 (file)
@@ -23,9 +23,9 @@ class OzoneChannelHost : public GpuPlatformSupportHost {
   void DeleteRemoteStateChangeHandler();
 
   // GpuPlatformSupportHost:
-  virtual void OnChannelEstablished(int host_id, IPC::Sender* sender) OVERRIDE;
-  virtual void OnChannelDestroyed(int host_id) OVERRIDE;
-  virtual bool OnMessageReceived(const IPC::Message&) OVERRIDE;
+  void OnChannelEstablished(int host_id, IPC::Sender* sender) override;
+  void OnChannelDestroyed(int host_id) override;
+  bool OnMessageReceived(const IPC::Message&) override;
 
   void OnMotionNotify(float x, float y);
   void OnButtonNotify(unsigned handle,
@@ -55,6 +55,9 @@ class OzoneChannelHost : public GpuPlatformSupportHost {
                        unsigned width,
                        unsigned height);
   void OnWindowUnminimized(unsigned handle);
+  void OnWindowActivated(unsigned handle);
+  void OnWindowDeActivated(unsigned handle);
+
   void OnCommit(unsigned handle, std::string text);
   void OnPreeditChanged(unsigned handle, std::string text, std::string commit);
   void OnPreeditEnd();