Index: content/common/cursors/webcursor.h |
diff --git a/content/common/cursors/webcursor.h b/content/common/cursors/webcursor.h |
index a5e2aedb17473f631da556fd9f161b4259469751..45cf9df8ecf8141564329911e6a6201666c36040 100644 |
--- a/content/common/cursors/webcursor.h |
+++ b/content/common/cursors/webcursor.h |
@@ -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 |