Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / gfx / android / device_display_info.h
index 2c6db28..74e0ada 100644 (file)
@@ -51,6 +51,11 @@ class GFX_EXPORT DeviceDisplayInfo {
   // Smallest possible screen size in density-independent pixels.
   int GetSmallestDIPWidth();
 
+  // Returns the display rotation angle from its natural orientation. Expected
+  // values are one of { 0, 90, 180, 270 }.
+  // See DeviceDispayInfo.java for more information.
+  int GetRotationDegrees();
+
  private:
   DISALLOW_COPY_AND_ASSIGN(DeviceDisplayInfo);
 };