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

Unified Diff: ui/gl/gpu_switching_manager.h

Issue 1061733002: Remove windows/mac/ios specific code from //ui (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix default try set Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/gl_wgl_api_implementation.cc ('k') | ui/gl/gpu_switching_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gpu_switching_manager.h
diff --git a/ui/gl/gpu_switching_manager.h b/ui/gl/gpu_switching_manager.h
index a6a810f8bf1473ec31b1926db0ce7c4a60ab1b4f..1d750057ce1158680d0404541e47f36ec12bea8a 100644
--- a/ui/gl/gpu_switching_manager.h
+++ b/ui/gl/gpu_switching_manager.h
@@ -54,10 +54,6 @@ class GL_EXPORT GpuSwitchingManager {
GpuSwitchingManager();
virtual ~GpuSwitchingManager();
-#if defined(OS_MACOSX)
- void SwitchToDiscreteGpuMac();
-#endif // OS_MACOSX
-
gfx::GpuPreference gpu_switching_option_;
bool gpu_switching_option_set_;
@@ -67,7 +63,6 @@ class GL_EXPORT GpuSwitchingManager {
size_t gpu_count_;
struct PlatformSpecific;
- scoped_ptr<PlatformSpecific> platform_specific_;
ObserverList<GpuSwitchingObserver> observer_list_;
« no previous file with comments | « ui/gl/gl_wgl_api_implementation.cc ('k') | ui/gl/gpu_switching_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698