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

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

Issue 2386203002: Reflow comments in Source/modules/speech and platform/speech (Closed)
Patch Set: Address comments 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..14ec0006c43aea35864f82ccceb34493f4b9c3a4 100644
--- a/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp
+++ b/third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.cpp
@@ -55,8 +55,9 @@ 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 read property.
m_voice = voice;
if (voice)

Powered by Google App Engine
This is Rietveld 408576698