Change default permanent delete flag and add CloseRemoteSurface
[platform/core/uifw/widget-viewer-dali.git] / internal / widget_view / widget_view_impl.h
index 651e6b4..94669d2 100644 (file)
@@ -28,7 +28,6 @@
 #include <dali-toolkit/public-api/controls/image-view/image-view.h>
 #include <wayland-extension/tizen-remote-surface-client-protocol.h>
 #include <tbm_surface.h>
-#include <bundle.h>
 
 namespace Dali
 {
@@ -141,6 +140,8 @@ public: // Internal API
 
   bool OnWheelEvent( Dali::Actor actor, const Dali::WheelEvent& event );
 
+  void CloseRemoteSurface();
+
 public: //Signals
 
   /**
@@ -247,8 +248,6 @@ private:
   std::string mContentInfo;
   std::string mTitle;
 
-  bundle* mBundle;
-
   int mWidth;
   int mHeight;
   int mPid;