Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / gfx / android / device_display_info.cc
index f7c9eed..4d2c80c 100644 (file)
@@ -47,4 +47,8 @@ int DeviceDisplayInfo::GetSmallestDIPWidth() {
   return SharedDeviceDisplayInfo::GetInstance()->GetSmallestDIPWidth();
 }
 
+int DeviceDisplayInfo::GetRotationDegrees() {
+  return SharedDeviceDisplayInfo::GetInstance()->GetRotationDegrees();
+}
+
 }  // namespace gfx