| Index: ui/keyboard/keyboard_ui.cc
|
| diff --git a/ui/keyboard/keyboard_ui.cc b/ui/keyboard/keyboard_ui.cc
|
| index 4770f6fc9f33c7a9d3207154b8c566c05ee477ca..a88a398b30baba7ff14cd0da912e54a72ce3262b 100644
|
| --- a/ui/keyboard/keyboard_ui.cc
|
| +++ b/ui/keyboard/keyboard_ui.cc
|
| @@ -18,8 +18,14 @@ KeyboardUI::~KeyboardUI() {}
|
|
|
| void KeyboardUI::ShowKeyboardContainer(aura::Window* container) {
|
| if (HasKeyboardWindow()) {
|
| - GetKeyboardWindow()->Show();
|
| - container->Show();
|
| + {
|
| + TRACE_EVENT0("vk", "ShowKeyboardContainerWindow");
|
| + GetKeyboardWindow()->Show();
|
| + }
|
| + {
|
| + TRACE_EVENT0("vk", "ShowKeyboardContainer");
|
| + container->Show();
|
| + }
|
| }
|
| }
|
|
|
|
|