Add DidClearWindowObject for renderer client
This commit is contained in:
parent
7e33e26465
commit
f142f572c3
2 changed files with 15 additions and 8 deletions
|
@ -30,6 +30,7 @@ class AtomRendererClient : public content::ContentRendererClient,
|
|||
void WillReleaseScriptContext(blink::WebLocalFrame* frame,
|
||||
v8::Handle<v8::Context> context,
|
||||
int world_id);
|
||||
void DidClearWindowObject();
|
||||
|
||||
AtomRendererBindings* atom_bindings() const { return atom_bindings_.get(); }
|
||||
|
||||
|
@ -42,7 +43,7 @@ class AtomRendererClient : public content::ContentRendererClient,
|
|||
};
|
||||
|
||||
// content::RenderProcessObserver:
|
||||
virtual void WebKitInitialized() OVERRIDE;
|
||||
void WebKitInitialized() override;
|
||||
|
||||
// content::ContentRendererClient:
|
||||
void RenderThreadStarted() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue