summaryrefslogtreecommitdiffstats
path: root/lib/lib.pro
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-05-16 14:01:16 +0200
committerZeno Albisser <zeno@webkit.org>2013-05-22 18:50:29 +0200
commit8c1e505db7743ca47f1f1b27bfd8a7d11aa1c303 (patch)
treeb7e1624d8aa23defc9825e2cb6c36657904dcc81 /lib/lib.pro
parent6b8edd2b07cd9304be74cfa2d00a4a219c02d31d (diff)
Introduce RasterWindowContainer to allow reusing the container with different child views.
Pass the view to BackingStoreQt::displayBuffer instead of creating it implicitly. Rename RenderWidgetHostView to RenderWidgetHostViewQt and move it into namespace content. Copy in web_contents_view from gtk to allow for modifications outside of the chromium tree. Remove the ViewHostFactory, as it is meant to be used for testing only.
Diffstat (limited to 'lib/lib.pro')
-rw-r--r--lib/lib.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lib.pro b/lib/lib.pro
index b88ce9aa2..25459fc52 100644
--- a/lib/lib.pro
+++ b/lib/lib.pro
@@ -23,6 +23,7 @@ SOURCES = \
render_widget_host_view_qt.cpp \
shell_qt.cpp \
signal_connector.cpp \
+ web_contents_view_qt.cpp \
web_event_factory.cpp \
HEADERS = \
@@ -30,6 +31,7 @@ HEADERS = \
blinqpage.h \
raster_window.h \
render_widget_host_view_qt.h \
+ web_contents_view_qt.h \
web_event_factory.h \
signal_connector.h