Add did-change-theme-color event to webview
This commit is contained in:
parent
e14d472934
commit
11b2015535
6 changed files with 27 additions and 8 deletions
|
@ -235,6 +235,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
base::ProcessId plugin_pid) override;
|
||||
void MediaStartedPlaying() override;
|
||||
void MediaPaused() override;
|
||||
void DidChangeThemeColor(SkColor theme_color) override;
|
||||
|
||||
// brightray::InspectableWebContentsViewDelegate:
|
||||
void DevToolsFocused() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue