| Index: ui/aura/env.cc
|
| diff --git a/ui/aura/env.cc b/ui/aura/env.cc
|
| index baa6618c6651d236c46994eb757adfb8259598f0..71a43c9c5ae884d6554ddbd8e36313631f5628db 100644
|
| --- a/ui/aura/env.cc
|
| +++ b/ui/aura/env.cc
|
| @@ -66,7 +66,8 @@ bool Env::IsMouseButtonDown() const {
|
| Env::Env()
|
| : mouse_button_flags_(0),
|
| is_touch_down_(false),
|
| - input_state_lookup_(InputStateLookup::Create().Pass()) {
|
| + input_state_lookup_(InputStateLookup::Create().Pass()),
|
| + context_factory_(NULL) {
|
| DCHECK(lazy_tls_ptr.Pointer()->Get() == NULL);
|
| lazy_tls_ptr.Pointer()->Set(this);
|
| }
|
|
|