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

Unified Diff: third_party/WebKit/public/platform/WebSpeechSynthesisUtterance.h

Issue 2387113002: reflow comments in public/platform/ (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
Index: third_party/WebKit/public/platform/WebSpeechSynthesisUtterance.h
diff --git a/third_party/WebKit/public/platform/WebSpeechSynthesisUtterance.h b/third_party/WebKit/public/platform/WebSpeechSynthesisUtterance.h
index 14baa3ab9951d2d9c3f5f180f17fe94a6f35cccd..83c269751dac8508e90806b79d948abea66d6231 100644
--- a/third_party/WebKit/public/platform/WebSpeechSynthesisUtterance.h
+++ b/third_party/WebKit/public/platform/WebSpeechSynthesisUtterance.h
@@ -56,7 +56,8 @@ class WebSpeechSynthesisUtterance {
BLINK_PLATFORM_EXPORT WebString lang() const;
BLINK_PLATFORM_EXPORT WebString voice() const;
- // As defined in: https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html
+ // As defined in:
+ // https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html
BLINK_PLATFORM_EXPORT float volume() const; // 0...1, 1 is default
BLINK_PLATFORM_EXPORT float rate() const; // 0.1...10, 1 is default
BLINK_PLATFORM_EXPORT float pitch() const; // 0...2, 1 is default

Powered by Google App Engine
This is Rietveld 408576698