Missing overrides
ninja compilation failed for me under OS X 10.11
This commit is contained in:
parent
637b642837
commit
a8d58ea448
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ class AtomBrowserClient : public brightray::BrowserClient {
|
|||
content::BrowserContext* browser_context,
|
||||
content::SiteInstance* current_instance,
|
||||
const GURL& dest_url,
|
||||
content::SiteInstance** new_instance);
|
||||
content::SiteInstance** new_instance) override;
|
||||
void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
|
||||
int child_process_id) override;
|
||||
void DidCreatePpapiPlugin(content::BrowserPpapiHost* browser_host) override;
|
||||
|
|
2
vendor/brightray
vendored
2
vendor/brightray
vendored
|
@ -1 +1 @@
|
|||
Subproject commit b158824f01a1aee3bc2e062d2834e7ff3c91c838
|
||||
Subproject commit 2b09a88fc19e1270842ca7d74b6d96515041ee13
|
Loading…
Reference in a new issue