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

Unified Diff: mojo/services/public/interfaces/surfaces/quads.mojom

Issue 413353002: Remove extraneous namespaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review nits and merge Created 6 years, 5 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: mojo/services/public/interfaces/surfaces/quads.mojom
diff --git a/mojo/services/public/interfaces/surfaces/quads.mojom b/mojo/services/public/interfaces/surfaces/quads.mojom
index b6b67a43ac39df80654d612ed4fbfd84abb29ac8..6c2eb6440d8a48e9d05e5bcbde9a72b979e91bdf 100644
--- a/mojo/services/public/interfaces/surfaces/quads.mojom
+++ b/mojo/services/public/interfaces/surfaces/quads.mojom
@@ -5,7 +5,7 @@
import "mojo/services/public/interfaces/geometry/geometry.mojom"
import "mojo/services/public/interfaces/surfaces/surface_id.mojom"
-module mojo.surfaces {
+module mojo {
struct Color {
uint32 rgba;
@@ -81,7 +81,7 @@ struct Quad {
// Index into the containing pass' shared quad state array which has state
// (transforms etc) shared by multiple quads.
int32 shared_quad_state_index;
-
+
// Only one of the following will be set, depending on the material.
CheckerboardQuadState checkerboard_quad_state;
DebugBorderQuadState debug_border_quad_state;
« no previous file with comments | « mojo/services/public/interfaces/navigation/navigation.mojom ('k') | mojo/services/public/interfaces/surfaces/surface_id.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698