Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / common / cursors / webcursor.h
index a5e2aed..45cf9df 100644 (file)
@@ -172,11 +172,14 @@ class CONTENT_EXPORT WebCursor {
   // Only used for custom cursors.
   ui::PlatformCursor platform_cursor_;
   float device_scale_factor_;
-  gfx::Display::Rotation rotation_;
 #elif defined(OS_WIN)
   // A custom cursor created from custom bitmap data by Webkit.
   HCURSOR custom_cursor_;
 #endif
+
+#if defined(USE_OZONE)
+  gfx::Display::Rotation rotation_;
+#endif
 };
 
 }  // namespace content