Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / browser / application_tizen.h
index ef3d741..ffeefa0 100644 (file)
@@ -50,6 +50,7 @@ class ApplicationTizen :  // NOLINT
   virtual void WillProcessEvent(const ui::PlatformEvent& event) OVERRIDE;
   virtual void DidProcessEvent(const ui::PlatformEvent& event) OVERRIDE;
 #endif
+  bool CanBeSuspended() const;
 
 #if defined(OS_TIZEN_MOBILE)
   NativeAppWindow* root_window_;