| 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_;
|
|
|
|
|