| Index: third_party/WebKit/Source/modules/presentation/Presentation.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/Presentation.h b/third_party/WebKit/Source/modules/presentation/Presentation.h
|
| index 01c58ff0bde4ff0afbf50d99ffbe131d9f7df9d6..1604f5227253d334e72afa0bbc510661eea66b40 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/Presentation.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/Presentation.h
|
| @@ -16,8 +16,10 @@ class LocalFrame;
|
| class PresentationReceiver;
|
| class PresentationRequest;
|
|
|
| -// Implements the main entry point of the Presentation API corresponding to the Presentation.idl
|
| -// See https://w3c.github.io/presentation-api/#navigatorpresentation for details.
|
| +// Implements the main entry point of the Presentation API corresponding to the
|
| +// Presentation.idl
|
| +// See https://w3c.github.io/presentation-api/#navigatorpresentation for
|
| +// details.
|
| class Presentation final : public GarbageCollected<Presentation>,
|
| public ScriptWrappable,
|
| public DOMWindowProperty {
|
|
|