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

Unified Diff: services/ui/public/interfaces/surface.mojom

Issue 2430653002: Mus+Ash: Towards Unifying CompositorFrameSink terminology (Closed)
Patch Set: Fix bitmap_uploader 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/interfaces/surface.mojom
diff --git a/services/ui/public/interfaces/surface.mojom b/services/ui/public/interfaces/surface.mojom
deleted file mode 100644
index 7ff25580f4a7bfaad3da0f50f37bc33bddea9cc7..0000000000000000000000000000000000000000
--- a/services/ui/public/interfaces/surface.mojom
+++ /dev/null
@@ -1,22 +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.
-
-module ui.mojom;
-
-import "cc/ipc/compositor_frame.mojom";
-import "cc/ipc/returned_resource.mojom";
-
-// A Surface is an interface for receiving CompositorFrame structs. This is a
-// separate interface to allow CompositorFrames to be delivered from
-// supplementary (not main) threads of a service.
-interface Surface {
- // After the submitted frame is drawn for the first time, the receiver will
- // respond to the SubmitFrame message. Clients should use this acknowledgement
- // to ratelimit frame submissions.
- SubmitCompositorFrame(cc.mojom.CompositorFrame frame) => ();
-};
-
-interface SurfaceClient {
- ReturnResources(cc.mojom.ReturnedResourceArray resources);
-};

Powered by Google App Engine
This is Rietveld 408576698