Binding Graphics3D with Instance and OpenGLES2 interface.
BUG=86370,78087
Review URL: http://codereview.chromium.org/7409003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93086 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ppapi/proxy/ppb_opengles2_proxy.h b/ppapi/proxy/ppb_opengles2_proxy.h
index d4ea6f9..9388f4c 100644
--- a/ppapi/proxy/ppb_opengles2_proxy.h
+++ b/ppapi/proxy/ppb_opengles2_proxy.h
@@ -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.
 
@@ -19,14 +19,12 @@
 
   static const Info* GetInfo();
 
-  const PPB_OpenGLES2_Dev* ppb_gles2_target() const {
+  const PPB_OpenGLES2_Dev* ppb_opengles2_target() const {
     return reinterpret_cast<const PPB_OpenGLES2_Dev*>(target_interface());
   }
 
   // InterfaceProxy implementation.
   virtual bool OnMessageReceived(const IPC::Message& msg);
-
- private:
 };
 
 }  // namespace proxy