This patch removes the initialization of window using
wrt-loader. The initialization of window happens at actual
launch time.
Change-Id: I6e1c16defbf5cf9283184cdc5cf056136e8a555f
Signed-off-by: Guneet K <g.khosla@samsung.com>
ewk_context_new_with_injected_bundle_path(INJECTED_BUNDLE_PATH);
context = context; // To prevent build warning
cached_window_.reset(new NativeAppWindow());
- cached_window_->Initialize();
+ //cached_window_->Initialize();
}
NativeWindow* PreloadManager::GetCachedNativeWindow() {