summaryrefslogtreecommitdiffstats
path: root/mojo/shell/context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/context.cc')
-rw-r--r--mojo/shell/context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/shell/context.cc b/mojo/shell/context.cc
index 64db00b..4397271 100644
--- a/mojo/shell/context.cc
+++ b/mojo/shell/context.cc
@@ -143,7 +143,7 @@ class Context::NativeViewportApplicationLoader
// InterfaceFactory<NativeViewport> implementation.
virtual void Create(ApplicationConnection* connection,
InterfaceRequest<NativeViewport> request) OVERRIDE {
- BindToRequest(new NativeViewportImpl(app_.get()), &request);
+ BindToRequest(new NativeViewportImpl(app_.get(), false), &request);
}
// InterfaceFactory<Gpu> implementation.