Fix, When the language is changed, the window not to do the show and active
[platform/framework/web/crosswalk-tizen.git] / runtime / browser / web_application.h
index 4710425..9dcaa08 100755 (executable)
@@ -101,6 +101,9 @@ class WebApplication : public WebView::EventListener {
   virtual void OnRotaryEvent(
       WebView* view, RotaryEventType type);
 #endif  // ROTARY_EVENT_FEATURE_SUPPORT
+#ifdef MANUAL_ROTATE_FEATURE_SUPPORT
+  virtual void OnRotatePrepared(WebView* view);
+#endif // MANUAL_ROTATE_FEATURE_SUPPORT
 
  private:
   bool Initialize();
@@ -128,6 +131,8 @@ class WebApplication : public WebView::EventListener {
   int security_model_version_;
   std::string csp_rule_;
   std::string csp_report_rule_;
+  bool lang_changed_mode_;
+
 };
 
 }  // namespace runtime