summaryrefslogtreecommitdiffstats
path: root/src/core/render_view_observer_host_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/render_view_observer_host_qt.h')
-rw-r--r--src/core/render_view_observer_host_qt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/render_view_observer_host_qt.h b/src/core/render_view_observer_host_qt.h
index f352be7b9..42d232b01 100644
--- a/src/core/render_view_observer_host_qt.h
+++ b/src/core/render_view_observer_host_qt.h
@@ -63,7 +63,6 @@ private:
bool OnMessageReceived(const IPC::Message& message) Q_DECL_OVERRIDE;
void onDidFetchDocumentMarkup(quint64 requestId, const base::string16& markup);
void onDidFetchDocumentInnerText(quint64 requestId, const base::string16& innerText);
- void onDidFirstVisuallyNonEmptyLayout();
WebContentsAdapterClient *m_adapterClient;
};