[Release] livebox.web-provider-1.36
[platform/framework/web/web-provider.git] / src / Core / BoxManager.h
index b785037..76a00cb 100644 (file)
@@ -53,7 +53,7 @@ class EXPORT_CLASS BoxManager: public IBoxManager {
                         int width, int height, double x, double y);
         virtual bool requestClosePd(std::string& instanceId);
         virtual bool requestChangePeriod(std::string& instanceId, float period);
-        virtual bool requestUpdateBox(std::string& instanceId);
+        virtual bool requestUpdateBox(std::string& boxId, std::string& contentInfo);
 
         // ewk context deleter 
         struct EwkContextDeleter {