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

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

Issue 1135813005: Add detection for rotation and flip overlay transforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mojo surfaces unit test, chase flipped rename to TextureQuadState Created 5 years, 7 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/quads/texture_draw_quad.cc ('k') | content/common/cc_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/surfaces/public/interfaces/quads.mojom
diff --git a/components/surfaces/public/interfaces/quads.mojom b/components/surfaces/public/interfaces/quads.mojom
index 95403bbe1b8ef29ecf4bd2ebe566086adc0ff2dc..0eb0b04992f0cdb038ff0859de07fd0cc752791f 100644
--- a/components/surfaces/public/interfaces/quads.mojom
+++ b/components/surfaces/public/interfaces/quads.mojom
@@ -63,7 +63,7 @@ struct TextureQuadState {
PointF uv_bottom_right;
Color background_color;
array<float, 4> vertex_opacity;
- bool flipped;
+ bool y_flipped;
bool nearest_neighbor;
};
« no previous file with comments | « cc/quads/texture_draw_quad.cc ('k') | content/common/cc_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698