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

Side by Side Diff: gpu/command_buffer/common/gles2_cmd_format_autogen.h

Issue 6486034: Share PPAPI out-of-process plugins between renderer processes.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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
OLDNEW
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 #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_FORMAT_AUTOGEN_H_ 7 #ifndef GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_FORMAT_AUTOGEN_H_
8 #define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_FORMAT_AUTOGEN_H_ 8 #define GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_FORMAT_AUTOGEN_H_
9 9
10 struct ActiveTexture { 10 struct ActiveTexture {
11 typedef ActiveTexture ValueType; 11 typedef ActiveTexture ValueType;
(...skipping 8885 matching lines...) Expand 10 before | Expand all | Expand 10 after
8897 COMPILE_ASSERT(sizeof(RequestExtensionCHROMIUM) == 8, 8897 COMPILE_ASSERT(sizeof(RequestExtensionCHROMIUM) == 8,
8898 Sizeof_RequestExtensionCHROMIUM_is_not_8); 8898 Sizeof_RequestExtensionCHROMIUM_is_not_8);
8899 COMPILE_ASSERT(offsetof(RequestExtensionCHROMIUM, header) == 0, 8899 COMPILE_ASSERT(offsetof(RequestExtensionCHROMIUM, header) == 0,
8900 OffsetOf_RequestExtensionCHROMIUM_header_not_0); 8900 OffsetOf_RequestExtensionCHROMIUM_header_not_0);
8901 COMPILE_ASSERT(offsetof(RequestExtensionCHROMIUM, bucket_id) == 4, 8901 COMPILE_ASSERT(offsetof(RequestExtensionCHROMIUM, bucket_id) == 4,
8902 OffsetOf_RequestExtensionCHROMIUM_bucket_id_not_4); 8902 OffsetOf_RequestExtensionCHROMIUM_bucket_id_not_4);
8903 8903
8904 8904
8905 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_FORMAT_AUTOGEN_H_ 8905 #endif // GPU_COMMAND_BUFFER_COMMON_GLES2_CMD_FORMAT_AUTOGEN_H_
8906 8906
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation_autogen.h ('k') | gpu/command_buffer/common/gles2_cmd_format_test_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698