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

Unified Diff: third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp

Issue 2386203002: Reflow comments in Source/modules/speech and platform/speech (Closed)
Patch Set: Do platform/speech too 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/Source/modules/speech/SpeechSynthesisUtterance.cpp
diff --git a/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp b/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp
index 8b0c2c7dfa2302843397d22d4e04d7b827d87d6a..e58883dc7ba2b94bf913dcc33ce50d5abe7fc6c1 100644
--- a/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp
+++ b/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp
@@ -55,8 +55,10 @@ SpeechSynthesisVoice* SpeechSynthesisUtterance::voice() const {
}
void SpeechSynthesisUtterance::setVoice(SpeechSynthesisVoice* voice) {
- // Cache our own version of the SpeechSynthesisVoice so that we don't have to do some lookup
- // to go from the platform voice back to the speech synthesis voice in the read property.
+ // Cache our own version of the SpeechSynthesisVoice so that we don't have to
+ // do some lookup
+ // to go from the platform voice back to the speech synthesis voice in the
Nico 2016/10/03 17:03:02 put on previous line
hans 2016/10/03 17:33:54 Done.
+ // read property.
m_voice = voice;
if (voice)

Powered by Google App Engine
This is Rietveld 408576698