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

Side by Side Diff: gpu/command_buffer/client/query_tracker.h

Issue 1544283002: Clean up header files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef GPU_COMMAND_BUFFER_CLIENT_QUERY_TRACKER_H_ 5 #ifndef GPU_COMMAND_BUFFER_CLIENT_QUERY_TRACKER_H_
6 #define GPU_COMMAND_BUFFER_CLIENT_QUERY_TRACKER_H_ 6 #define GPU_COMMAND_BUFFER_CLIENT_QUERY_TRACKER_H_
7 7
8 #include <GLES2/gl2.h> 8 #include <GLES2/gl2.h>
9 #include <limits.h>
9 #include <stddef.h> 10 #include <stddef.h>
10 #include <stdint.h> 11 #include <stdint.h>
11 12
12 #include <bitset> 13 #include <bitset>
13 #include <deque> 14 #include <deque>
14 #include <list> 15 #include <list>
15 16
16 #include "base/atomicops.h" 17 #include "base/atomicops.h"
17 #include "base/containers/hash_tables.h" 18 #include "base/containers/hash_tables.h"
18 #include "base/macros.h" 19 #include "base/macros.h"
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 DisjointValueSync* disjoint_count_sync_; 191 DisjointValueSync* disjoint_count_sync_;
191 uint32_t local_disjoint_count_; 192 uint32_t local_disjoint_count_;
192 193
193 DISALLOW_COPY_AND_ASSIGN(QueryTracker); 194 DISALLOW_COPY_AND_ASSIGN(QueryTracker);
194 }; 195 };
195 196
196 } // namespace gles2 197 } // namespace gles2
197 } // namespace gpu 198 } // namespace gpu
198 199
199 #endif // GPU_COMMAND_BUFFER_CLIENT_QUERY_TRACKER_H_ 200 #endif // GPU_COMMAND_BUFFER_CLIENT_QUERY_TRACKER_H_
OLDNEW
« no previous file with comments | « content/plugin/plugin_interpose_util_mac.h ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698