summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/gstreamer/ImageGStreamer.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/gstreamer/ImageGStreamer.h')
-rw-r--r--Source/WebCore/platform/graphics/gstreamer/ImageGStreamer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/gstreamer/ImageGStreamer.h b/Source/WebCore/platform/graphics/gstreamer/ImageGStreamer.h
index 6e53cfc..332908d 100644
--- a/Source/WebCore/platform/graphics/gstreamer/ImageGStreamer.h
+++ b/Source/WebCore/platform/graphics/gstreamer/ImageGStreamer.h
@@ -27,7 +27,7 @@
#include <gst/video/video.h>
#include <wtf/PassRefPtr.h>
-#if PLATFORM(CAIRO)
+#if USE(CAIRO)
#include <cairo.h>
#endif
@@ -48,7 +48,7 @@ class ImageGStreamer : public RefCounted<ImageGStreamer> {
private:
RefPtr<BitmapImage> m_image;
-#if PLATFORM(CAIRO)
+#if USE(CAIRO)
ImageGStreamer(GstBuffer*&, IntSize, cairo_format_t&);
#endif