Index: mojo/services/gfx/composition/interfaces/renderers.mojom |
diff --git a/mojo/services/gfx/composition/interfaces/renderers.mojom b/mojo/services/gfx/composition/interfaces/renderers.mojom |
index 34daef8294a491c5b401fb54686234cd6ca8a777..0661fc4d9a9ab9da885893dbe28f56f67a96d3cb 100644 |
--- a/mojo/services/gfx/composition/interfaces/renderers.mojom |
+++ b/mojo/services/gfx/composition/interfaces/renderers.mojom |
@@ -24,7 +24,7 @@ interface Renderer { |
// Use |kSceneVersionNone| to request the most recently published |
// version of the scene if synchronization is unimportant. |
// |
- // The |viewport| specifies the portion of the scene to render. |
+ // The |viewport| specifies the portion of the scene to render in pixels. |
// |
// It is an error to create a renderer with an invalid |scene_token| |
// or |size|; the connection will be closed. |