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 |