summaryrefslogtreecommitdiffstats
path: root/src/core/qt_render_view_observer_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/qt_render_view_observer_host.h')
-rw-r--r--src/core/qt_render_view_observer_host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/qt_render_view_observer_host.h b/src/core/qt_render_view_observer_host.h
index 375bc816b..374e6b04b 100644
--- a/src/core/qt_render_view_observer_host.h
+++ b/src/core/qt_render_view_observer_host.h
@@ -49,6 +49,7 @@
namespace content {
class WebContents;
}
+
class WebContentsAdapterClient;
class QtRenderViewObserverHost : public content::WebContentsObserver
@@ -62,6 +63,7 @@ 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;
};