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

Unified Diff: third_party/mojo_services/src/surfaces/public/interfaces/quads.mojom

Issue 1082723005: Fix html_viewer crash in cc when logging into gmail. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « third_party/mojo_services/src/surfaces/public/cpp/surfaces_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo_services/src/surfaces/public/interfaces/quads.mojom
diff --git a/third_party/mojo_services/src/surfaces/public/interfaces/quads.mojom b/third_party/mojo_services/src/surfaces/public/interfaces/quads.mojom
index 2418d51af497f883ad0eaf36037849469395d09e..3022df0a2e0b8123c111f0bb39847a3edcd182ac 100644
--- a/third_party/mojo_services/src/surfaces/public/interfaces/quads.mojom
+++ b/third_party/mojo_services/src/surfaces/public/interfaces/quads.mojom
@@ -202,7 +202,7 @@ struct SharedQuadState {
};
struct Pass {
- int32 id;
+ RenderPassId id;
Rect output_rect;
Rect damage_rect;
Transform transform_to_root_target;
« no previous file with comments | « third_party/mojo_services/src/surfaces/public/cpp/surfaces_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698