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

Unified Diff: components/mus/public/interfaces/compositor_frame.mojom

Issue 1406153004: components/mus/public/interfaces View => Window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yet another rebase Created 5 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 | « components/mus/public/interfaces/command_buffer.mojom ('k') | components/mus/public/interfaces/gpu.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/compositor_frame.mojom
diff --git a/components/mus/public/interfaces/compositor_frame.mojom b/components/mus/public/interfaces/compositor_frame.mojom
index ff0e31d3c12ef58bc00056fd72949ec12e0574c8..7c7474e8ced18972b130a4e8d4f608d2a2879a5a 100644
--- a/components/mus/public/interfaces/compositor_frame.mojom
+++ b/components/mus/public/interfaces/compositor_frame.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mojo;
+module mus.mojom;
import "ui/mojo/geometry/geometry.mojom";
import "components/mus/public/interfaces/quads.mojom";
@@ -47,7 +47,7 @@ struct TransferableResource {
uint32 id;
ResourceFormat format;
uint32 filter;
- Size size;
+ mojo.Size size;
MailboxHolder mailbox_holder;
bool is_repeated;
bool is_software;
« no previous file with comments | « components/mus/public/interfaces/command_buffer.mojom ('k') | components/mus/public/interfaces/gpu.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698