summaryrefslogtreecommitdiffstats
path: root/ash/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.h')
-rw-r--r--ash/shell.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ash/shell.h b/ash/shell.h
index ff58e66..a452cd5 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -83,7 +83,6 @@ class CapsLockDelegate;
class DesktopBackgroundController;
class DisplayController;
class FirstRunHelper;
-class GPUSupport;
class HighContrastController;
class LockStateController;
class MagnificationController;
@@ -536,9 +535,6 @@ class ASH_EXPORT Shell
}
#endif // defined(OS_CHROMEOS)
- GPUSupport* gpu_support() { return gpu_support_.get(); }
- void SetGPUSupport(scoped_ptr<GPUSupport> gpu_support);
-
private:
FRIEND_TEST_ALL_PREFIXES(ExtendedDesktopTest, TestCursor);
FRIEND_TEST_ALL_PREFIXES(WindowManagerTest, MouseEventCursors);
@@ -711,9 +707,6 @@ class ASH_EXPORT Shell
bool is_touch_hud_projection_enabled_;
- // Injected content::GPUDataManager support.
- scoped_ptr<GPUSupport> gpu_support_;
-
DISALLOW_COPY_AND_ASSIGN(Shell);
};