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

Unified Diff: components/view_manager/public/interfaces/quads.mojom

Issue 1158433010: Reland: cc: Fix size_t to int truncations in layers/ output/ playback/ quads/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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: components/view_manager/public/interfaces/quads.mojom
diff --git a/components/view_manager/public/interfaces/quads.mojom b/components/view_manager/public/interfaces/quads.mojom
index 221d27f2bf07408138535ff77ce9ceb48146776e..b3af3d5949f741a50a2965bd7499bf1e2a3aec16 100644
--- a/components/view_manager/public/interfaces/quads.mojom
+++ b/components/view_manager/public/interfaces/quads.mojom
@@ -20,7 +20,7 @@ struct IoSurfaceContentQuadState {};
struct RenderPassId {
int32 layer_id;
- int32 index;
+ uint32 index;
};
struct RenderPassQuadState {

Powered by Google App Engine
This is Rietveld 408576698