[M120 Migration] Introduces network loading API
[platform/framework/web/chromium-efl.git] / third_party / blink / renderer / core / frame / web_frame_widget_impl.cc
index 49630e7..beb29d0 100644 (file)
@@ -4727,8 +4727,16 @@ bool WebFrameWidgetImpl::RequestMainFrameScrollbarVisible(bool& visible) {
 void WebFrameWidgetImpl::SetFloatVideoWindowState(bool enabled) {
   View()->SetFloatVideoWindowState(enabled);
 }
-#endif
-#endif
+
+void WebFrameWidgetImpl::SuspendNetworkLoading() {
+  View()->SuspendNetworkLoading();
+}
+
+void WebFrameWidgetImpl::ResumeNetworkLoading() {
+  View()->ResumeNetworkLoading();
+}
+#endif  // IS_TIZEN_TV
+#endif  // IS_EFL
 
 #if BUILDFLAG(IS_TIZEN)
 void WebFrameWidgetImpl::SetMaxRefreshRate(uint32_t max_refresh_rate) {