| Index: Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp
|
| index ba185d5eaafc9905670caf57585e31a064a5ffaf..85262748952f88d6657c42b5ca7495598234b139 100644
|
| --- a/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/Source/web/WebRuntimeFeatures.cpp
|
| @@ -334,4 +334,9 @@ void WebRuntimeFeatures::enableNewMediaPlaybackUi(bool enable)
|
| RuntimeEnabledFeatures::setNewMediaPlaybackUiEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enablePresentationAPI(bool enable)
|
| +{
|
| + RuntimeEnabledFeatures::setPresentationEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|