summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp')
-rw-r--r--WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp b/WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp
index 77343ae..c2f76cd 100644
--- a/WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp
+++ b/WebCore/platform/graphics/gstreamer/PlatformVideoWindowGtk.cpp
@@ -61,4 +61,9 @@ PlatformVideoWindow::~PlatformVideoWindow()
m_videoWindowId = 0;
}
+
+void PlatformVideoWindow::prepareForOverlay(GstMessage*)
+{
+}
#endif // USE(GSTREAMER)
+