Merge pull request #3877 from bbondy/master

Add media play events to webview
This commit is contained in:
Cheng Zhao 2015-12-21 18:22:30 +08:00
commit 144b73c267
9 changed files with 38 additions and 1 deletions

View file

@ -225,6 +225,8 @@ class WebContents : public mate::TrackableObject<WebContents>,
const std::vector<content::FaviconURL>& urls) override;
void PluginCrashed(const base::FilePath& plugin_path,
base::ProcessId plugin_pid) override;
void MediaStartedPlaying() override;
void MediaPaused() override;
// brightray::InspectableWebContentsViewDelegate:
void DevToolsFocused() override;