| Index: ui/views/examples/examples_main.cc
|
| diff --git a/ui/views/examples/examples_main.cc b/ui/views/examples/examples_main.cc
|
| index 848a8e5eb5674e9bc078a0d34fee1fb29eb74f14..f244b07c905e0bc81e3f26acb60838924992825e 100644
|
| --- a/ui/views/examples/examples_main.cc
|
| +++ b/ui/views/examples/examples_main.cc
|
| @@ -66,6 +66,7 @@ int main(int argc, char** argv) {
|
| ui::ResourceBundle::InitSharedInstanceWithPakPath(ui_test_pak_path);
|
|
|
| aura::Env::CreateInstance(true);
|
| + aura::Env::GetInstance()->set_context_factory(context_factory.get());
|
|
|
| ui::InitializeInputMethodForTesting();
|
|
|
|
|