Add media play events to webview
This commit is contained in:
parent
bff2861311
commit
fed0c43970
9 changed files with 38 additions and 1 deletions
|
@ -224,6 +224,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue