| OLD | NEW |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // This file is auto-generated. DO NOT EDIT! | 5 // This file is auto-generated. DO NOT EDIT! |
| 6 | 6 |
| 7 #include "webkit/plugins/ppapi/ppb_opengles_impl.h" | 7 #include "webkit/plugins/ppapi/ppb_opengles_impl.h" |
| 8 | 8 |
| 9 #include "gpu/command_buffer/client/gles2_implementation.h" | 9 #include "gpu/command_buffer/client/gles2_implementation.h" |
| 10 #include "ppapi/c/dev/ppb_opengles_dev.h" | 10 #include "ppapi/c/dev/ppb_opengles_dev.h" |
| 11 #include "webkit/plugins/ppapi/ppb_context_3d_impl.h" | 11 #include "webkit/plugins/ppapi/ppb_context_3d_impl.h" |
| (...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1152 | 1152 |
| 1153 } // namespace | 1153 } // namespace |
| 1154 | 1154 |
| 1155 const PPB_OpenGLES2_Dev* PPB_OpenGLES_Impl::GetInterface() { | 1155 const PPB_OpenGLES2_Dev* PPB_OpenGLES_Impl::GetInterface() { |
| 1156 return &ppb_opengles2; | 1156 return &ppb_opengles2; |
| 1157 } | 1157 } |
| 1158 | 1158 |
| 1159 } // namespace ppapi | 1159 } // namespace ppapi |
| 1160 } // namespace webkit | 1160 } // namespace webkit |
| 1161 | 1161 |
| OLD | NEW |