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

Unified Diff: content/public/common/screen_orientation_values.h

Issue 2317563004: Change blink::WebScreenInfo to content::ScreenInfo (Closed)
Patch Set: Fix Windows compile Created 4 years, 3 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
Index: content/public/common/screen_orientation_values.h
diff --git a/content/public/common/screen_orientation_values.h b/content/public/common/screen_orientation_values.h
index 422344d9c1d972426bafbd33d3ee13dccd463d8c..998899c98816adc1b812850fc475ab0771c3c418 100644
--- a/content/public/common/screen_orientation_values.h
+++ b/content/public/common/screen_orientation_values.h
@@ -19,6 +19,7 @@ enum ScreenOrientationValues {
SCREEN_ORIENTATION_VALUES_LANDSCAPE,
SCREEN_ORIENTATION_VALUES_PORTRAIT,
SCREEN_ORIENTATION_VALUES_NATURAL,
+ SCREEN_ORIENTATION_VALUES_LAST = SCREEN_ORIENTATION_VALUES_NATURAL
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698