X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fxwalk%2Fruntime%2Fbrowser%2Fruntime.h;h=aed09ca010bf338abda980dac72077c449ce2fa6;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=52427a16ebba2af02d7c2264c70e08a9af60575a;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/xwalk/runtime/browser/runtime.h b/src/xwalk/runtime/browser/runtime.h index 52427a1..aed09ca 100644 --- a/src/xwalk/runtime/browser/runtime.h +++ b/src/xwalk/runtime/browser/runtime.h @@ -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