File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ void NwRenderViewObserver::OnCaptureSnapshot() {
80
80
Send (new NwViewHostMsg_Snapshot (routing_id (), snapshot));
81
81
}
82
82
83
- void NwRenderViewObserver::DidFinishDocumentLoad (WebKit::WebFrame* frame) {
83
+ void NwRenderViewObserver::DidCreateDocumentElement (WebKit::WebFrame* frame) {
84
84
RenderViewImpl* rv = RenderViewImpl::FromWebView (frame->view ());
85
85
if (!rv)
86
86
return ;
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class NwRenderViewObserver : public content::RenderViewObserver {
38
38
39
39
// RenderViewObserver implementation.
40
40
virtual bool OnMessageReceived (const IPC::Message& message) OVERRIDE;
41
- virtual void DidFinishDocumentLoad (WebKit::WebFrame* frame) OVERRIDE;
41
+ virtual void DidCreateDocumentElement (WebKit::WebFrame* frame) OVERRIDE;
42
42
43
43
private:
44
44
You can’t perform that action at this time.
0 commit comments