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

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: mojo update 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
« no previous file with comments | « cc/surfaces/surface_aggregator_test_helpers.h ('k') | content/common/cc_messages.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
sky 2015/06/08 14:53:13 Seems wrong to have this and RenderPassId::index d
vmpstr 2015/06/08 18:59:27 The problem is that I think the correct type for R
};
struct RenderPassQuadState {
« no previous file with comments | « cc/surfaces/surface_aggregator_test_helpers.h ('k') | content/common/cc_messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698