diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-27 16:39:05 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-27 16:39:05 +0000 |
commit | 49c9223889866b7d5319c30a2595bc51ba887eac (patch) | |
tree | 5763b046f4976f672d028b4ae428e26fe90b7f31 /ppapi/c | |
parent | 41a8669d04f762fe62a68b74425133b3c91f9ff6 (diff) | |
download | chromium_src-49c9223889866b7d5319c30a2595bc51ba887eac.zip chromium_src-49c9223889866b7d5319c30a2595bc51ba887eac.tar.gz chromium_src-49c9223889866b7d5319c30a2595bc51ba887eac.tar.bz2 |
Deleted deprecated file ppb_opengles.h
BUG=96660
Review URL: http://codereview.chromium.org/7909007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102948 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c')
-rw-r--r-- | ppapi/c/ppb_opengles.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ppapi/c/ppb_opengles.h b/ppapi/c/ppb_opengles.h deleted file mode 100644 index cd2325a..0000000 --- a/ppapi/c/ppb_opengles.h +++ /dev/null @@ -1,14 +0,0 @@ -// 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. - -// This file is deprecated. Please include ppb_opengles2.h directly. -// TODO(alokp): Delete this file. - -#ifndef PPAPI_C_PPB_OPENGLES_H_ -#define PPAPI_C_PPB_OPENGLES_H_ - -#include "ppapi/c/ppb_opengles2.h" - -#endif // PPAPI_C_PPB_OPENGLES_H_ - |