Revert "[Tizen] Revert "Support multiple window rendering""
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / tizen-wayland / indicator-impl-ecore-wl.h
index 964583e..a6cd9a1 100644 (file)
@@ -161,6 +161,11 @@ public:  // Dali::Internal::Adaptor::IndicicatorInterface
   virtual void Close();
 
   /**
+   * @copydoc Dali::Internal::IndicatorInterface::Flicked
+   */
+  virtual void Flicked() override;
+
+  /**
    * @copydoc Dali::Internal::IndicatorInterface::SetOpacityMode
    */
   virtual void SetOpacityMode( Dali::Window::IndicatorBgOpacity mode );
@@ -270,11 +275,6 @@ private:
   void LoadSharedImage( Ecore_Ipc_Event_Server_Data *epcEvent );
 
   /**
-   * Update top margin of the stage as much as indicator height
-   */
-  void UpdateTopMargin();
-
-  /**
    * Update the visibility and position of the actors
    */
   void UpdateVisibility();
@@ -416,11 +416,7 @@ private:
   int                              mCurrentSharedFile;   ///< Current shared file number
   SharedFileInfo                   mSharedFileInfo[SHARED_FILE_NUMBER];    ///< Table to store shared file info
 
-  struct Impl; ///< Contains Ecore specific information
-  Impl* mImpl; ///< Created on construction and destroyed on destruction.
-
   bool                             mBackgroundVisible;   ///< Indicate whether background is visible
-  int                              mTopMargin;   ///< Top margin of the stage for indicator
 };
 
 } // Adaptor