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

Side by Side Diff: content/browser/gpu/gpu_data_manager_impl_private.h

Issue 23703017: Enable GPU control lists in tests on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge up to r228383 Created 7 years, 2 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) 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 #ifndef CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_IMPL_PRIVATE_H_ 5 #ifndef CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_IMPL_PRIVATE_H_
6 #define CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_IMPL_PRIVATE_H_ 6 #define CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_IMPL_PRIVATE_H_
7 7
8 #include <list> 8 #include <list>
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 bool domain_blocking_enabled_; 240 bool domain_blocking_enabled_;
241 241
242 GpuDataManagerImpl* owner_; 242 GpuDataManagerImpl* owner_;
243 243
244 unsigned int display_count_; 244 unsigned int display_count_;
245 245
246 bool gpu_process_accessible_; 246 bool gpu_process_accessible_;
247 247
248 bool use_software_compositor_; 248 bool use_software_compositor_;
249 249
250 // True if all future Initialize calls should be ignored.
251 bool finalized_;
252
250 DISALLOW_COPY_AND_ASSIGN(GpuDataManagerImplPrivate); 253 DISALLOW_COPY_AND_ASSIGN(GpuDataManagerImplPrivate);
251 }; 254 };
252 255
253 } // namespace content 256 } // namespace content
254 257
255 #endif // CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_IMPL_PRIVATE_H_ 258 #endif // CONTENT_BROWSER_GPU_GPU_DATA_MANAGER_IMPL_PRIVATE_H_
256 259
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698