12012-02-21 MORITA Hajime <morrita@google.com>
2
3 INPUT_SPEECH should be implemented as a PageSupplement.
4 https://bugs.webkit.org/show_bug.cgi?id=79051
5
6 Turned SpeechInput to a PageSupplement.
7
8 Reviewed by NOBODY (OOPS!).
9
10 No new tests. No behavior change.
11
12 * html/shadow/TextControlInnerElements.cpp:
13 (WebCore::InputFieldSpeechButtonElement::speechInput):
14 (WebCore::InputFieldSpeechButtonElement::attach):
15 * page/Page.cpp:
16 (WebCore::Page::Page):
17 (WebCore::Page::PageClients::PageClients):
18 * page/Page.h:
19 (WebCore):
20 (PageClients):
21 (Page):
22 * page/SpeechInput.cpp:
23 (WebCore::SpeechInput::supplementName):
24 (WebCore):
25 (WebCore::provideSpeechInputTo):
26 * page/SpeechInput.h:
27 (SpeechInput):
28 (WebCore::SpeechInput::from):
29 * page/SpeechInputClient.h:
30 (WebCore):
31