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

Unified Diff: trunk/src/ash/shell.h

Issue 137893010: Revert 245010 "Inject GPUDataManager support into ash to abstrac..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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 | « trunk/src/ash/screensaver/screensaver_view.h ('k') | trunk/src/ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ash/shell.h
===================================================================
--- trunk/src/ash/shell.h (revision 245015)
+++ trunk/src/ash/shell.h (working copy)
@@ -83,7 +83,6 @@
class DesktopBackgroundController;
class DisplayController;
class FirstRunHelper;
-class GPUSupport;
class HighContrastController;
class LockStateController;
class MagnificationController;
@@ -536,9 +535,6 @@
}
#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 @@
bool is_touch_hud_projection_enabled_;
- // Injected content::GPUDataManager support.
- scoped_ptr<GPUSupport> gpu_support_;
-
DISALLOW_COPY_AND_ASSIGN(Shell);
};
« no previous file with comments | « trunk/src/ash/screensaver/screensaver_view.h ('k') | trunk/src/ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698