DescriptionUse OwnPtr|PassOwnPtr to pass a pointer of SpeechInputClient
As r170438, WebViewImpl has owned m_m_speechInputClient member variable. However, it is also only used for
passing a pointer of SpeechInputClient. It is useless. To remove it, we need to change parameter
type to OwnPtr|PassOwnPtr in SpeechInput class. Besides OwnPtr|PassOwnPtr help to manage the client pointer more safely.
BUG=N/A
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170576
Patch Set 1 #
Messages
Total messages: 7 (0 generated)
|