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

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

Issue 2194893002: services/ui: Revert CLs that broke Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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 55da0ce88e1b89799dd0c72c58fb3f07985eeac9..870fb5a0f20a18515930ed5897fe8517e0b15533 100644
--- a/services/ui/ws/frame_generator.h
+++ b/services/ui/ws/frame_generator.h
@@ -21,6 +21,7 @@ class RenderPass;
namespace ui {
class DisplayCompositor;
+class GpuState;
class SurfacesState;
namespace ws {
@@ -37,6 +38,7 @@ class ServerWindow;
class FrameGenerator {
public:
FrameGenerator(FrameGeneratorDelegate* delegate,
+ scoped_refptr<GpuState> gpu_state,
scoped_refptr<SurfacesState> surfaces_state);
virtual ~FrameGenerator();
@@ -74,6 +76,7 @@ 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