Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(639)

Unified Diff: ui/aura/env.cc

Issue 296053009: Makes Env contain a ContextFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: foo Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/env.h ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « ui/aura/env.h ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698