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

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

Issue 15938002: Get rid of the relative paths in command_buffer client/common (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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) 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 9
10 #include <deque> 10 #include <deque>
11 #include "../client/hash_tables.h"
12 #include "../common/gles2_cmd_format.h"
13 #include "gles2_impl_export.h" 11 #include "gles2_impl_export.h"
12 #include "gpu/command_buffer/client/hash_tables.h"
13 #include "gpu/command_buffer/common/gles2_cmd_format.h"
14 14
15 namespace gpu { 15 namespace gpu {
16 16
17 class CommandBufferHelper; 17 class CommandBufferHelper;
18 class MappedMemoryManager; 18 class MappedMemoryManager;
19 19
20 namespace gles2 { 20 namespace gles2 {
21 21
22 class GLES2Implementation; 22 class GLES2Implementation;
23 23
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 QueryMap queries_; 163 QueryMap queries_;
164 QuerySyncManager query_sync_manager_; 164 QuerySyncManager query_sync_manager_;
165 165
166 DISALLOW_COPY_AND_ASSIGN(QueryTracker); 166 DISALLOW_COPY_AND_ASSIGN(QueryTracker);
167 }; 167 };
168 168
169 } // namespace gles2 169 } // namespace gles2
170 } // namespace gpu 170 } // namespace gpu
171 171
172 #endif // GPU_COMMAND_BUFFER_CLIENT_QUERY_TRACKER_H_ 172 #endif // GPU_COMMAND_BUFFER_CLIENT_QUERY_TRACKER_H_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/program_info_manager.cc ('k') | gpu/command_buffer/client/query_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698