Index: public/platform/WebScreenOrientation.h |
diff --git a/public/platform/WebScreenOrientation.h b/public/platform/WebScreenOrientation.h |
index 6223325522423aba3bab8346d3f13cbec8178003..ed9684c8fc15c6139b7e8992ccfd9565ee836c5a 100644 |
--- a/public/platform/WebScreenOrientation.h |
+++ b/public/platform/WebScreenOrientation.h |
@@ -14,6 +14,8 @@ enum WebScreenOrientation { |
WebScreenOrientationLandscapeSecondary = 1 << 3, |
}; |
+typedef unsigned char WebScreenOrientations; |
+ |
} // namespace blink |
#endif // WebScreenOrientation_h |