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

Unified Diff: media/mojo/interfaces/renderer.mojom

Issue 2027203002: Rename mojo.* ui/gfx/geometry/mojo types to gfx.mojom.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 4 years, 7 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 | « media/mojo/interfaces/media_types.mojom ('k') | services/navigation/public/interfaces/view.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/renderer.mojom
diff --git a/media/mojo/interfaces/renderer.mojom b/media/mojo/interfaces/renderer.mojom
index 1318bad6d0c03eb41f6e23b6de453388ee02de16..16267c4ce5a3a2b2f52b88b4e8ed3bdf7707a3d0 100644
--- a/media/mojo/interfaces/renderer.mojom
+++ b/media/mojo/interfaces/renderer.mojom
@@ -55,7 +55,7 @@ interface RendererClient {
OnError();
// Executed for the first video frame and whenever natural size changes.
- OnVideoNaturalSizeChange(mojo.Size size);
+ OnVideoNaturalSizeChange(gfx.mojom.Size size);
// Executed for the first video frame and whenever opacity changes.
OnVideoOpacityChange(bool opaque);
« no previous file with comments | « media/mojo/interfaces/media_types.mojom ('k') | services/navigation/public/interfaces/view.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698