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

Unified Diff: services/ui/public/cpp/window_surface_client.h

Issue 2429173005: Mus+Ash: Replace (Server)WindowSurface with (Server)WindowCompositorFrameSink (Closed)
Patch Set: ui::CompositorFrameSink => ui::WindowCompositorFrameSink 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
Index: services/ui/public/cpp/window_surface_client.h
diff --git a/services/ui/public/cpp/window_surface_client.h b/services/ui/public/cpp/window_surface_client.h
deleted file mode 100644
index b2a28a106fd0cb440f9c66192fdb18a8ef56b928..0000000000000000000000000000000000000000
--- a/services/ui/public/cpp/window_surface_client.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef SERVICES_UI_PUBLIC_CPP_WINDOW_SURFACE_CLIENT_H_
-#define SERVICES_UI_PUBLIC_CPP_WINDOW_SURFACE_CLIENT_H_
-
-#include "mojo/public/cpp/bindings/array.h"
-
-namespace cc {
-struct ReturnedResource;
-}
-
-namespace ui {
-
-class WindowSurface;
-
-class WindowSurfaceClient {
- public:
- virtual void DidReceiveCompositorFrameAck() = 0;
- virtual void ReclaimResources(const cc::ReturnedResourceArray& resources) = 0;
-
- protected:
- virtual ~WindowSurfaceClient() {}
-};
-
-} // namespace ui
-
-#endif // SERVICES_UI_PUBLIC_CPP_WINDOW_SURFACE_CLIENT_H_

Powered by Google App Engine
This is Rietveld 408576698