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

Side by Side Diff: gpu/config/gpu_driver_bug_list.cc

Issue 1542513002: Switch to standard integer types in gpu/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years 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
« no previous file with comments | « gpu/config/gpu_driver_bug_list.h ('k') | gpu/config/gpu_driver_bug_list_unittest.cc » ('j') | 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) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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/config/gpu_driver_bug_list.h" 5 #include "gpu/config/gpu_driver_bug_list.h"
6 6
7 #include "base/basictypes.h"
8 #include "base/logging.h" 7 #include "base/logging.h"
9 #include "gpu/config/gpu_driver_bug_workaround_type.h" 8 #include "gpu/config/gpu_driver_bug_workaround_type.h"
10 #include "gpu/config/gpu_switches.h" 9 #include "gpu/config/gpu_switches.h"
11 #include "gpu/config/gpu_util.h" 10 #include "gpu/config/gpu_util.h"
12 11
13 namespace gpu { 12 namespace gpu {
14 13
15 namespace { 14 namespace {
16 15
17 struct GpuDriverBugWorkaroundInfo { 16 struct GpuDriverBugWorkaroundInfo {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 default: 97 default:
99 workarounds->insert(kFeatureList[i].type); 98 workarounds->insert(kFeatureList[i].type);
100 break; 99 break;
101 } 100 }
102 } 101 }
103 } 102 }
104 } 103 }
105 104
106 } // namespace gpu 105 } // namespace gpu
107 106
OLDNEW
« no previous file with comments | « gpu/config/gpu_driver_bug_list.h ('k') | gpu/config/gpu_driver_bug_list_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698