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

Side by Side Diff: gpu/command_buffer/service/gles2_cmd_decoder.cc

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 #include "gpu/command_buffer/service/gles2_cmd_decoder.h" 5 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
6 6
7 #include <limits.h>
7 #include <stddef.h> 8 #include <stddef.h>
8 #include <stdint.h> 9 #include <stdint.h>
9 #include <stdio.h> 10 #include <stdio.h>
10 11
11 #include <algorithm> 12 #include <algorithm>
12 #include <cmath> 13 #include <cmath>
13 #include <list> 14 #include <list>
14 #include <map> 15 #include <map>
15 #include <queue> 16 #include <queue>
16 17
(...skipping 15770 matching lines...) Expand 10 before | Expand all | Expand 10 after
15787 } 15788 }
15788 15789
15789 // Include the auto-generated part of this file. We split this because it means 15790 // Include the auto-generated part of this file. We split this because it means
15790 // we can easily edit the non-auto generated parts right here in this file 15791 // we can easily edit the non-auto generated parts right here in this file
15791 // instead of having to edit some template or the code generator. 15792 // instead of having to edit some template or the code generator.
15792 #include "base/macros.h" 15793 #include "base/macros.h"
15793 #include "gpu/command_buffer/service/gles2_cmd_decoder_autogen.h" 15794 #include "gpu/command_buffer/service/gles2_cmd_decoder_autogen.h"
15794 15795
15795 } // namespace gles2 15796 } // namespace gles2
15796 } // namespace gpu 15797 } // namespace gpu
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/query_tracker.h ('k') | gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698