| Index: third_party/WebKit/Source/core/testing/InternalSettings.cpp
|
| diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.cpp b/third_party/WebKit/Source/core/testing/InternalSettings.cpp
|
| index 76b1acc2d547135466d85c572cd573efdc0e8957..bcd8a8f7cfdcf57c88bbd93443494d0f9c18474e 100644
|
| --- a/third_party/WebKit/Source/core/testing/InternalSettings.cpp
|
| +++ b/third_party/WebKit/Source/core/testing/InternalSettings.cpp
|
| @@ -528,4 +528,10 @@ void InternalSettings::setCompositorWorkerEnabled(
|
| RuntimeEnabledFeatures::setCompositorWorkerEnabled(enabled);
|
| }
|
|
|
| +void InternalSettings::setPresentationReceiver(bool enabled,
|
| + ExceptionState& exceptionState) {
|
| + InternalSettingsGuardForSettings();
|
| + settings()->setPresentationReceiver(enabled);
|
| +}
|
| +
|
| } // namespace blink
|
|
|