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

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

Issue 2632273003: Move ReferencedSurfaceTracker into GpuCompositorFrameSink. (Closed)
Patch Set: Fix iterator invalidation. Created 3 years, 11 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/server_window_delegate.h ('k') | services/ui/ws/test_server_window_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_server_window_delegate.h
diff --git a/services/ui/ws/test_server_window_delegate.h b/services/ui/ws/test_server_window_delegate.h
index 8c7a891160cea770d31d748bd8d3985407b162ad..8ef89a7aa4771a2dbcbc1278d2928a46839bbd7a 100644
--- a/services/ui/ws/test_server_window_delegate.h
+++ b/services/ui/ws/test_server_window_delegate.h
@@ -6,7 +6,6 @@
#define SERVICES_UI_WS_TEST_SERVER_WINDOW_DELEGATE_H_
#include "base/macros.h"
-#include "cc/surfaces/surface_id.h"
#include "services/ui/ws/server_window_delegate.h"
namespace cc {
@@ -28,10 +27,8 @@ class TestServerWindowDelegate : public ServerWindowDelegate {
private:
// ServerWindowDelegate:
cc::mojom::DisplayCompositor* GetDisplayCompositor() override;
- const cc::SurfaceId& GetRootSurfaceId() const override;
ServerWindow* GetRootWindow(const ServerWindow* window) override;
- cc::SurfaceId root_surface_id_;
ServerWindow* root_window_ = nullptr;
DISALLOW_COPY_AND_ASSIGN(TestServerWindowDelegate);
« no previous file with comments | « services/ui/ws/server_window_delegate.h ('k') | services/ui/ws/test_server_window_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698