Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / browser / runtime.h
index 52427a1..aed09ca 100644 (file)
@@ -74,7 +74,7 @@ class Runtime : public content::WebContentsDelegate,
   RuntimeContext* runtime_context() const { return runtime_context_; }
   gfx::Image app_icon() const { return app_icon_; }
 
-#if defined(OS_TIZEN)
+#if defined(OS_TIZEN_MOBILE)
   void CloseRootWindow();
 #endif
 
@@ -152,7 +152,7 @@ class Runtime : public content::WebContentsDelegate,
   void ApplyWindowDefaultParams(NativeAppWindow::CreateParams* params);
   void ApplyFullScreenParam(NativeAppWindow::CreateParams* params);
 
-#if defined(OS_TIZEN)
+#if defined(OS_TIZEN_MOBILE)
   void ApplyRootWindowParams(NativeAppWindow::CreateParams* params);
   void SetRootWindow(NativeAppWindow* window);
   void InitRootWindow();
@@ -169,7 +169,7 @@ class Runtime : public content::WebContentsDelegate,
 
   NativeAppWindow* window_;
 
-#if defined(OS_TIZEN)
+#if defined(OS_TIZEN_MOBILE)
   NativeAppWindow* root_window_;
 #endif