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

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

Issue 795593004: Update mojo sdk to rev cc531b32182099a5a034a99daff35ed5d38a61c8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More surfaces fixes + one fix for HTMLDocument Created 6 years 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/surfaces/public/interfaces/quads.mojom
diff --git a/mojo/services/surfaces/public/interfaces/quads.mojom b/mojo/services/surfaces/public/interfaces/quads.mojom
index 23f97f1f28c5463bdf8dc88c30ebc7c8df9ee5a3..52a667dbdba5277ba8ae668835b3e4bb2aae4f99 100644
--- a/mojo/services/surfaces/public/interfaces/quads.mojom
+++ b/mojo/services/surfaces/public/interfaces/quads.mojom
@@ -71,8 +71,8 @@ struct TileQuadState {
RectF tex_coord_rect;
Size texture_size;
bool swizzle_contents;
- bool nearest_neighbor;
uint32 resource_id;
+ bool nearest_neighbor;
};
struct StreamVideoQuadState {};

Powered by Google App Engine
This is Rietveld 408576698