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

Unified Diff: ui/aura/mus/surface_id_handler.h

Issue 2478383002: Remove SurfaceSequence from mus client code. (Closed)
Patch Set: Only cleanup. Created 4 years, 1 month 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/window_tree_client_unittest.cc ('k') | ui/aura/mus/window_port_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/surface_id_handler.h
diff --git a/ui/aura/mus/surface_id_handler.h b/ui/aura/mus/surface_id_handler.h
index 9996119de51ed2f93e4fb6574a768d0c898da543..01e4e64ad668c5c04ecb90d859a1531258079f10 100644
--- a/ui/aura/mus/surface_id_handler.h
+++ b/ui/aura/mus/surface_id_handler.h
@@ -6,7 +6,6 @@
#define UI_AURA_MUS_SURFACE_ID_HANDLER_H_
#include "cc/surfaces/surface_id.h"
-#include "cc/surfaces/surface_sequence.h"
#include "ui/gfx/geometry/size.h"
namespace aura {
@@ -16,14 +15,11 @@ class Window;
// Holds information about the current surface held by a Window.
// |surface_id| uniquely identifies the surface in the display
// compositor.
-// |surface_sequence| is a reference to the surface to retain
-// this surface even after a new surface has been created.
// |frame_size| is the size of the frame held by the surface.
// |device_scale_factor| is the scale factor that the frame was
// renderered for.
struct SurfaceInfo {
cc::SurfaceId surface_id;
- cc::SurfaceSequence surface_sequence;
gfx::Size frame_size;
float device_scale_factor;
};
« no previous file with comments | « services/ui/ws/window_tree_client_unittest.cc ('k') | ui/aura/mus/window_port_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698