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

Unified Diff: services/ui/ws/frame_generator.h

Issue 2176303002: services/ui: Remove deprecated gpu code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot-merge Created 4 years, 5 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 | « services/ui/ws/BUILD.gn ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/frame_generator.h
diff --git a/services/ui/ws/frame_generator.h b/services/ui/ws/frame_generator.h
index 870fb5a0f20a18515930ed5897fe8517e0b15533..55da0ce88e1b89799dd0c72c58fb3f07985eeac9 100644
--- a/services/ui/ws/frame_generator.h
+++ b/services/ui/ws/frame_generator.h
@@ -21,7 +21,6 @@ class RenderPass;
namespace ui {
class DisplayCompositor;
-class GpuState;
class SurfacesState;
namespace ws {
@@ -38,7 +37,6 @@ class ServerWindow;
class FrameGenerator {
public:
FrameGenerator(FrameGeneratorDelegate* delegate,
- scoped_refptr<GpuState> gpu_state,
scoped_refptr<SurfacesState> surfaces_state);
virtual ~FrameGenerator();
@@ -76,7 +74,6 @@ class FrameGenerator {
float opacity);
FrameGeneratorDelegate* delegate_;
- scoped_refptr<GpuState> gpu_state_;
scoped_refptr<SurfacesState> surfaces_state_;
std::unique_ptr<DisplayCompositor> display_compositor_;
« no previous file with comments | « services/ui/ws/BUILD.gn ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698