Index: ppapi/proxy/plugin_resource.cc |
=================================================================== |
--- ppapi/proxy/plugin_resource.cc (revision 71670) |
+++ ppapi/proxy/plugin_resource.cc (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -7,7 +7,7 @@ |
namespace pp { |
namespace proxy { |
-PluginResource::PluginResource() { |
+PluginResource::PluginResource(PP_Instance instance) : instance_(instance) { |
} |
PluginResource::~PluginResource() { |