Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / mediasource / HTMLVideoElementMediaSource.h
index 72adceb..f00e06a 100644 (file)
@@ -31,6 +31,7 @@
 #ifndef HTMLVideoElementMediaSource_h
 #define HTMLVideoElementMediaSource_h
 
+#include "heap/Handle.h"
 #include "wtf/PassRefPtr.h"
 
 namespace WebCore {
@@ -40,7 +41,7 @@ class VideoPlaybackQuality;
 
 class HTMLVideoElementMediaSource {
 public:
-    static PassRefPtr<VideoPlaybackQuality> getVideoPlaybackQuality(HTMLVideoElement*);
+    static PassRefPtrWillBeRawPtr<VideoPlaybackQuality> getVideoPlaybackQuality(HTMLVideoElement*);
 
 private:
     HTMLVideoElementMediaSource();