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

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

Issue 2424633002: Revert of Mus+Ash: propagate Surface ID to parents (Closed)
Patch Set: Created 4 years, 2 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/frame_generator_unittest.cc ('k') | services/ui/ws/server_window_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/server_window_surface.h
diff --git a/services/ui/ws/server_window_surface.h b/services/ui/ws/server_window_surface.h
index 1a606c250652357e3b24fba444f34ffc77a389f3..8b5dfd9b9d8c8967be375e9185f5abe23611a06b 100644
--- a/services/ui/ws/server_window_surface.h
+++ b/services/ui/ws/server_window_surface.h
@@ -14,7 +14,6 @@
#include "cc/surfaces/surface_factory_client.h"
#include "cc/surfaces/surface_id.h"
#include "cc/surfaces/surface_id_allocator.h"
-#include "cc/surfaces/surface_sequence_generator.h"
#include "mojo/public/cpp/bindings/binding.h"
#include "services/ui/public/interfaces/surface.mojom.h"
#include "services/ui/public/interfaces/window_tree.mojom.h"
@@ -67,10 +66,6 @@
cc::SurfaceId GetSurfaceId() const;
- // Creates a surface dependency token that expires when this
- // ServerWindowSurface goes away.
- cc::SurfaceSequence CreateSurfaceSequence();
-
ServerWindow* window();
private:
@@ -80,7 +75,6 @@
void SetBeginFrameSource(cc::BeginFrameSource* begin_frame_source) override;
const cc::FrameSinkId frame_sink_id_;
- cc::SurfaceSequenceGenerator surface_sequence_generator_;
ServerWindowSurfaceManager* manager_; // Owns this.
« no previous file with comments | « services/ui/ws/frame_generator_unittest.cc ('k') | services/ui/ws/server_window_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698