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

Unified Diff: third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h

Issue 2899263002: Update WebScreenOrientationType to have a Last enum member. (Closed)
Patch Set: Created 3 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 | « content/common/view_messages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h
diff --git a/third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h b/third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h
index 7aa62a020689460b1c3b286bf7acba02fc112caa..f8ebf3476dca1ba70a336c58faeff691f0e8560a 100644
--- a/third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h
+++ b/third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h
@@ -12,7 +12,9 @@ enum WebScreenOrientationType {
kWebScreenOrientationPortraitPrimary,
kWebScreenOrientationPortraitSecondary,
kWebScreenOrientationLandscapePrimary,
- kWebScreenOrientationLandscapeSecondary
+ kWebScreenOrientationLandscapeSecondary,
+
+ WebScreenOrientationTypeLast = kWebScreenOrientationLandscapeSecondary
};
} // namespace blink
« no previous file with comments | « content/common/view_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698