Index: third_party/WebKit/Source/core/page/Page.cpp |
diff --git a/third_party/WebKit/Source/core/page/Page.cpp b/third_party/WebKit/Source/core/page/Page.cpp |
index c16fb04939a938f1d7c0d6bda25b19644dc4089f..3deb73520d8c8eaeb646ddc965fb56ea8a9a3930 100644 |
--- a/third_party/WebKit/Source/core/page/Page.cpp |
+++ b/third_party/WebKit/Source/core/page/Page.cpp |
@@ -335,7 +335,7 @@ bool Page::isPageVisible() const { |
} |
bool Page::isCursorVisible() const { |
- return m_isCursorVisible && settings().deviceSupportsMouse(); |
+ return m_isCursorVisible; |
} |
void Page::settingsChanged(SettingsDelegate::ChangeType changeType) { |