Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / runtime / src / org / xwalk / runtime / XWalkCoreProviderImpl.java
index b318824..20c7835 100644 (file)
@@ -49,6 +49,10 @@ class XWalkCoreProviderImpl implements XWalkRuntimeViewProvider {
     }
 
     @Override
+    public void onStart() {
+    }
+
+    @Override
     public void onResume() {
     }
 
@@ -57,6 +61,10 @@ class XWalkCoreProviderImpl implements XWalkRuntimeViewProvider {
     }
 
     @Override
+    public void onStop() {
+    }
+
+    @Override
     public void onDestroy() {
     }