| Index: third_party/WebKit/Source/core/testing/InternalSettings.h
|
| diff --git a/third_party/WebKit/Source/core/testing/InternalSettings.h b/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| index ac82a64c4db0dcd71ff4940c1e1719fe92a43a7f..cf44fcddd53521d54f9d0cb9be92dd65f25e08ad 100644
|
| --- a/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| +++ b/third_party/WebKit/Source/core/testing/InternalSettings.h
|
| @@ -125,6 +125,7 @@ class InternalSettings final : public InternalSettingsGenerated,
|
| void setViewportMetaEnabled(bool, ExceptionState&);
|
| void setViewportStyle(const String& preference, ExceptionState&);
|
| void setCompositorWorkerEnabled(bool, ExceptionState&);
|
| + void setPresentationReceiver(bool, ExceptionState&);
|
|
|
| // FIXME: The following are RuntimeEnabledFeatures and likely
|
| // cannot be changed after process start. These setters should
|
|
|