Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: third_party/WebKit/Source/modules/presentation/Presentation.h

Issue 2396573002: reflow comments in modules/[presentation,storage] (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/presentation/Presentation.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/presentation/Presentation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698