Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Side by Side Diff: webkit/plugins/ppapi/ppb_opengles_impl.cc

Issue 6804032: Add TLS-SRP (RFC 5054) support Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« ppapi/lib/gl/gles2/gles2.c ('K') | « webkit/glue/password_form.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
PhistucK 2011/04/07 07:08:28 Same here.
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
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
OLDNEW
« ppapi/lib/gl/gles2/gles2.c ('K') | « webkit/glue/password_form.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698