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

Unified Diff: ui/gfx/overlay_transform.h

Issue 1157793004: ozone: Add overlay candidate implementation that queries support via IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing license header 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 | « no previous file | ui/ozone/common/gpu/ozone_gpu_message_params.h » ('j') | 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 382d5c39daab675f3a9b569bd58b33e8114d017e..252fc734d56d0db6e55ea9a3d3b013da2ae6c04a 100644
--- a/ui/gfx/overlay_transform.h
+++ b/ui/gfx/overlay_transform.h
@@ -17,6 +17,7 @@ enum OverlayTransform {
OVERLAY_TRANSFORM_ROTATE_90,
OVERLAY_TRANSFORM_ROTATE_180,
OVERLAY_TRANSFORM_ROTATE_270,
+ OVERLAY_TRANSFORM_LAST = OVERLAY_TRANSFORM_ROTATE_270
};
} // namespace gfx
« no previous file with comments | « no previous file | ui/ozone/common/gpu/ozone_gpu_message_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698