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

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

Issue 2711043002: Remove latest_submitted_surface_info (Closed)
Patch Set: Remove latest_submitted_surface_info Created 3 years, 10 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 | « no previous file | services/ui/ws/server_window_compositor_frame_sink_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/server_window_compositor_frame_sink_manager.h
diff --git a/services/ui/ws/server_window_compositor_frame_sink_manager.h b/services/ui/ws/server_window_compositor_frame_sink_manager.h
index 5a248c72a9cbfc466dda1b9634ecc16664611d33..83c804bf4e7b61fdfed6a2aab412679ddae512e4 100644
--- a/services/ui/ws/server_window_compositor_frame_sink_manager.h
+++ b/services/ui/ws/server_window_compositor_frame_sink_manager.h
@@ -27,7 +27,6 @@ struct CompositorFrameSinkData {
CompositorFrameSinkData& operator=(CompositorFrameSinkData&& other);
- cc::SurfaceInfo latest_submitted_surface_info;
cc::mojom::MojoCompositorFrameSinkPrivatePtr compositor_frame_sink;
cc::mojom::MojoCompositorFrameSinkPrivateRequest
pending_compositor_frame_sink_request;
@@ -63,9 +62,6 @@ class ServerWindowCompositorFrameSinkManager {
void AddChildFrameSinkId(const cc::FrameSinkId& frame_sink_id);
void RemoveChildFrameSinkId(const cc::FrameSinkId& frame_sink_id);
- gfx::Size GetLatestFrameSize() const;
- void SetLatestSurfaceInfo(const cc::SurfaceInfo& surface_info);
-
void OnRootChanged(ServerWindow* old_root, ServerWindow* new_root);
private:
« no previous file with comments | « no previous file | services/ui/ws/server_window_compositor_frame_sink_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698