Skip to content

Commit 487cf10

Browse files
committed
[GStreamer] Remove unneeded include of gstgldisplay_wayland.h after r228866 and r229022
https://bugs.webkit.org/show_bug.cgi?id=185207 Reviewed by Michael Catanzaro. Remove unneeded include of gstgldisplay_wayland.h No new tests, no change in behaviour. * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp: Canonical link: https://commits.webkit.org/200693@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231249 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 46ba260 commit 487cf10

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

Source/WebCore/ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2018-05-02 Carlos Alberto Lopez Perez <clopez@igalia.com>
2+
3+
[GStreamer] Remove unneeded include of gstgldisplay_wayland.h after r228866 and r229022
4+
https://bugs.webkit.org/show_bug.cgi?id=185207
5+
6+
Reviewed by Michael Catanzaro.
7+
8+
Remove unneeded include of gstgldisplay_wayland.h
9+
10+
No new tests, no change in behaviour.
11+
12+
* platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:
13+
114
2018-05-02 Chris Dumez <cdumez@apple.com>
215

316
document.open() event listener removal is not immediate

Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292

9393
#if PLATFORM(WAYLAND)
9494
#include "PlatformDisplayWayland.h"
95-
#include <gst/gl/wayland/gstgldisplay_wayland.h>
9695
#elif PLATFORM(WPE)
9796
#include "PlatformDisplayWPE.h"
9897
#endif

0 commit comments

Comments
 (0)