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

Side by Side Diff: content/public/browser/gpu_data_manager.h

Issue 10959061: Revert 158076 - Implement blacklist's force GPU capability in dual GPU machines. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « content/gpu/gpu_main.cc ('k') | content/public/common/gpu_feature_type.h » ('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) 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 CONTENT_PUBLIC_BROWSER_GPU_DATA_MANAGER_H_ 5 #ifndef CONTENT_PUBLIC_BROWSER_GPU_DATA_MANAGER_H_
6 #define CONTENT_PUBLIC_BROWSER_GPU_DATA_MANAGER_H_ 6 #define CONTENT_PUBLIC_BROWSER_GPU_DATA_MANAGER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "content/common/content_export.h" 10 #include "content/common/content_export.h"
11 #include "content/public/common/gpu_feature_type.h" 11 #include "content/public/common/gpu_feature_type.h"
12 #include "content/public/common/gpu_switching_option.h"
13 12
14 class FilePath; 13 class FilePath;
15 14
16 namespace base { 15 namespace base {
17 class ListValue; 16 class ListValue;
18 } 17 }
19 18
20 namespace content { 19 namespace content {
21 20
22 class GpuDataManagerObserver; 21 class GpuDataManagerObserver;
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 virtual void AddObserver(GpuDataManagerObserver* observer) = 0; 78 virtual void AddObserver(GpuDataManagerObserver* observer) = 0;
80 virtual void RemoveObserver(GpuDataManagerObserver* observer) = 0; 79 virtual void RemoveObserver(GpuDataManagerObserver* observer) = 0;
81 80
82 protected: 81 protected:
83 virtual ~GpuDataManager() {} 82 virtual ~GpuDataManager() {}
84 }; 83 };
85 84
86 }; // namespace content 85 }; // namespace content
87 86
88 #endif // CONTENT_PUBLIC_BROWSER_GPU_DATA_MANAGER_H_ 87 #endif // CONTENT_PUBLIC_BROWSER_GPU_DATA_MANAGER_H_
OLDNEW
« no previous file with comments | « content/gpu/gpu_main.cc ('k') | content/public/common/gpu_feature_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698