summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/command_buffer_stub.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/plugin/command_buffer_stub.cc')
-rw-r--r--chrome/plugin/command_buffer_stub.cc2
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() {