Title: [98562] trunk/Source/WebKit/chromium
Revision
98562
Author
[email protected]
Date
2011-10-27 06:31:28 -0700 (Thu, 27 Oct 2011)

Log Message

Enable MEDIA_SOURCE feature for Chromium
https://bugs.webkit.org/show_bug.cgi?id=70745

Patch by Aaron Colwell <[email protected]> on 2011-10-27
Reviewed by David Levin.

* features.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (98561 => 98562)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-10-27 13:22:56 UTC (rev 98561)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-10-27 13:31:28 UTC (rev 98562)
@@ -1,3 +1,12 @@
+2011-10-27  Aaron Colwell  <[email protected]>
+
+        Enable MEDIA_SOURCE feature for Chromium
+        https://bugs.webkit.org/show_bug.cgi?id=70745
+
+        Reviewed by David Levin.
+
+        * features.gypi:
+
 2011-10-26  Chris Rogers  <[email protected]>
 
         Add chromium bridging for AudioSourceProviderClient and setFormat() method so we can know audio stream format

Modified: trunk/Source/WebKit/chromium/features.gypi (98561 => 98562)


--- trunk/Source/WebKit/chromium/features.gypi	2011-10-27 13:22:56 UTC (rev 98561)
+++ trunk/Source/WebKit/chromium/features.gypi	2011-10-27 13:31:28 UTC (rev 98562)
@@ -63,6 +63,7 @@
       'ENABLE_JAVASCRIPT_DEBUGGER=1',
       'ENABLE_JAVASCRIPT_I18N_API=1',
       'ENABLE_LINK_PREFETCH=1',
+      'ENABLE_MEDIA_SOURCE=1',
       'ENABLE_MEDIA_STATISTICS=1',
       'ENABLE_MEDIA_STREAM=1',
       'ENABLE_METER_TAG=1',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to