Commit ed3f1cda authored by wutao's avatar wutao Committed by Commit Bot

Logo view uses new API

This cl calls new API in sound level input value provider.

Bug: b/115800133
Test: manual
Change-Id: I375b3421c6f3d34d5f0d512a99a335420d9586af
Reviewed-on: https://chromium-review.googlesource.com/1250086Reviewed-by: default avatarXiaohui Chen <xiaohuic@chromium.org>
Commit-Queue: Tao Wu <wutao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#594882}
parent efea8e39
...@@ -72,7 +72,7 @@ void LogoView::SetState(BaseLogoView::State state, bool animate) { ...@@ -72,7 +72,7 @@ void LogoView::SetState(BaseLogoView::State state, bool animate) {
} }
void LogoView::SetSpeechLevel(float speech_level) { void LogoView::SetSpeechLevel(float speech_level) {
sound_level_input_value_provider_.set_speech_level(speech_level); sound_level_input_value_provider_.SetSpeechLevel(speech_level);
} }
int64_t LogoView::StartTimer() { int64_t LogoView::StartTimer() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment