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

Unified Diff: ui/gfx/overlay_transform.h

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 | « mojo/converters/surfaces/tests/surface_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/overlay_transform.h
diff --git a/ui/gfx/overlay_transform.h b/ui/gfx/overlay_transform.h
index 1e27010933efc6f282f4699cbc8b64c01481a0f2..382d5c39daab675f3a9b569bd58b33e8114d017e 100644
--- a/ui/gfx/overlay_transform.h
+++ b/ui/gfx/overlay_transform.h
@@ -8,7 +8,7 @@
namespace gfx {
// Describes transformation to be applied to the buffer before presenting
-// to screen.
+// to screen. Rotations are expressed anticlockwise.
enum OverlayTransform {
OVERLAY_TRANSFORM_INVALID,
OVERLAY_TRANSFORM_NONE,
« no previous file with comments | « mojo/converters/surfaces/tests/surface_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698