diff options
author | bryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-08 21:34:27 +0000 |
---|---|---|
committer | bryner@chromium.org <bryner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-08 21:34:27 +0000 |
commit | 4662af7b3b6b8d9c1034915c965085d178861d07 (patch) | |
tree | 28776a83849b0d9e85b0ea933e18f12b94bdf78a /webkit/plugins/ppapi | |
parent | 2711e8d0d23353eddbaf7880dfce1a4ba528beab (diff) | |
download | chromium_src-4662af7b3b6b8d9c1034915c965085d178861d07.zip chromium_src-4662af7b3b6b8d9c1034915c965085d178861d07.tar.gz chromium_src-4662af7b3b6b8d9c1034915c965085d178861d07.tar.bz2 |
Update the checked-in GLES2 bindings and implementation to match the auto-generated files.
This allows you to build all targets without ending up with spurious comment changes in your client.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6441001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74177 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/ppapi')
-rw-r--r-- | webkit/plugins/ppapi/ppb_opengles_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/ppb_opengles_impl.cc b/webkit/plugins/ppapi/ppb_opengles_impl.cc index bd233d0..df0ce19 100644 --- a/webkit/plugins/ppapi/ppb_opengles_impl.cc +++ b/webkit/plugins/ppapi/ppb_opengles_impl.cc @@ -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. |