Changeset 230679 in webkit


Ignore:
Timestamp:
Apr 16, 2018 12:45:27 PM (6 years ago)
Author:
commit-queue@webkit.org
Message:

[WinCairo] Media elements should be enabled by default
https://bugs.webkit.org/show_bug.cgi?id=184597

Patch by Christopher Reid <chris.reid@sony.com> on 2018-04-16
Reviewed by Per Arne Vollan.

Enabling media elements by default with media foundation.

  • page/SettingsDefaultValues.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r230678 r230679  
     12018-04-16  Christopher Reid  <chris.reid@sony.com>
     2
     3        [WinCairo] Media elements should be enabled by default
     4        https://bugs.webkit.org/show_bug.cgi?id=184597
     5
     6        Reviewed by Per Arne Vollan.
     7
     8        Enabling media elements by default with media foundation.
     9
     10        * page/SettingsDefaultValues.h:
     11
    1122018-04-16  Christopher Reid  <chris.reid@sony.com>
    213
  • trunk/Source/WebCore/page/SettingsDefaultValues.h

    r229915 r230679  
    9999static const bool defaultSelectTrailingWhitespaceEnabled = false;
    100100
    101 #if ENABLE(VIDEO) && (USE(AVFOUNDATION) || USE(GSTREAMER))
     101#if ENABLE(VIDEO) && (USE(AVFOUNDATION) || USE(GSTREAMER) || USE(MEDIA_FOUNDATION))
    102102static const bool defaultMediaEnabled = true;
    103103#else
Note: See TracChangeset for help on using the changeset viewer.