Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / android_webview / browser / browser_view_renderer_client.h
index 2fba4d2..ebf5b7b 100644 (file)
@@ -31,6 +31,9 @@ class BrowserViewRendererClient {
   // Called to update the parent draw constraints in browser view renderer.
   virtual void UpdateParentDrawConstraints() = 0;
 
+  // Called if commit is skipped due to pipeline stall.
+  virtual void DidSkipCommitFrame() = 0;
+
   // Called to get view's absolute location on the screen.
   virtual gfx::Point GetLocationOnScreen() = 0;