Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / content / public / android / java / src / org / chromium / content / browser / ContentVideoViewClient.java
index 7991ff3..853de92 100644 (file)
@@ -21,8 +21,9 @@ public interface ContentVideoViewClient {
     /**
      * Called when the video view is ready to be shown. Must be implemented.
      * @param view The view to show.
+     * @return whether the video is actually shown.
      */
-    public void onShowCustomView(View view);
+    public boolean onShowCustomView(View view);
 
     /**
      * Called when it's time to destroy the video view. Must be implemented.