diff options
Diffstat (limited to 'chrome/plugin/command_buffer_stub.cc')
-rw-r--r-- | chrome/plugin/command_buffer_stub.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/plugin/command_buffer_stub.cc b/chrome/plugin/command_buffer_stub.cc index c74de77..116fb4d 100644 --- a/chrome/plugin/command_buffer_stub.cc +++ b/chrome/plugin/command_buffer_stub.cc @@ -19,7 +19,7 @@ CommandBufferStub::CommandBufferStub(PluginChannel* channel, plugin_host_route_id_(plugin_host_route_id), window_(window) { route_id_ = channel->GenerateRouteID(); - channel->AddRoute(route_id_, this, false); + channel->AddRoute(route_id_, this, NULL); } CommandBufferStub::~CommandBufferStub() { |