Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / mediasource / MediaSource.h
index 673d60c..719f37c 100644 (file)
@@ -53,6 +53,7 @@ class MediaSource FINAL
     , public ActiveDOMObject
     , public EventTargetWithInlineData {
     DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<MediaSource>);
+    DEFINE_WRAPPERTYPEINFO();
     WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MediaSource);
 public:
     static const AtomicString& openKeyword();
@@ -99,6 +100,7 @@ public:
     // Used by SourceBuffer.
     void openIfInEndedState();
     bool isOpen() const;
+    void setSourceBufferActive(SourceBuffer*);
 
     // Used by MediaSourceRegistry.
     void addedToRegistry();
@@ -136,4 +138,4 @@ private:
 
 } // namespace blink
 
-#endif
+#endif // MediaSource_h