summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/gstreamer/PlatformVideoWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/gstreamer/PlatformVideoWindow.h')
-rw-r--r--WebCore/platform/graphics/gstreamer/PlatformVideoWindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/gstreamer/PlatformVideoWindow.h b/WebCore/platform/graphics/gstreamer/PlatformVideoWindow.h
index f3df207..f2a3ff2 100644
--- a/WebCore/platform/graphics/gstreamer/PlatformVideoWindow.h
+++ b/WebCore/platform/graphics/gstreamer/PlatformVideoWindow.h
@@ -25,6 +25,8 @@
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
+typedef struct _GstMessage GstMessage;
+
namespace WebCore {
class PlatformVideoWindow : public RefCounted<PlatformVideoWindow> {
@@ -34,6 +36,8 @@ class PlatformVideoWindow : public RefCounted<PlatformVideoWindow> {
PlatformVideoWindow();
~PlatformVideoWindow();
+
+ void prepareForOverlay(GstMessage*);
PlatformWidget window() const { return m_window; }
unsigned long videoWindowId() const { return m_videoWindowId; }