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

Unified Diff: Source/Platform/chromium/public/WebSpeechSynthesisVoice.h

Issue 14585005: Add a WebSpeechSynthesisVoice constructor to the public API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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 | Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/Platform/chromium/public/WebSpeechSynthesisVoice.h
diff --git a/Source/Platform/chromium/public/WebSpeechSynthesisVoice.h b/Source/Platform/chromium/public/WebSpeechSynthesisVoice.h
index fd5a1613c0ab7c52a776ec82ca64246afa6a2f35..8e7e747680033a6e766b1f458850ebf09c81e99c 100644
--- a/Source/Platform/chromium/public/WebSpeechSynthesisVoice.h
+++ b/Source/Platform/chromium/public/WebSpeechSynthesisVoice.h
@@ -38,7 +38,7 @@ namespace WebKit {
class WebSpeechSynthesisVoice {
public:
- WebSpeechSynthesisVoice() { }
+ WEBKIT_EXPORT WebSpeechSynthesisVoice();
WebSpeechSynthesisVoice(const WebSpeechSynthesisVoice& other) { assign(other); }
~WebSpeechSynthesisVoice() { reset(); }
« no previous file with comments | « no previous file | Source/core/platform/chromium/support/WebSpeechSynthesisVoice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698