Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(790)

Unified Diff: Source/core/page/EventHandler.h

Issue 14612004: Remove CURSOR_VISIBILITY, it's always off (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix UseCounter Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/css/fullscreen.css ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/EventHandler.h
diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
index dfa8c33414aaaee9830fc29e82fd2bd9375eee29..8ba21dba805f8a9c62a626d54723f58c3fada2c6 100644
--- a/Source/core/page/EventHandler.h
+++ b/Source/core/page/EventHandler.h
@@ -300,12 +300,6 @@ private:
void setLastKnownMousePosition(const PlatformMouseEvent&);
-#if ENABLE(CURSOR_VISIBILITY)
- void startAutoHideCursorTimer();
- void cancelAutoHideCursorTimer();
- void autoHideCursorTimerFired(Timer<EventHandler>*);
-#endif
-
Frame* m_frame;
bool m_mousePressed;
@@ -386,10 +380,6 @@ private:
PlatformEvent::Type m_baseEventType;
bool m_didStartDrag;
bool m_didLongPressInvokeContextMenu;
-
-#if ENABLE(CURSOR_VISIBILITY)
- Timer<EventHandler> m_autoHideCursorTimer;
-#endif
};
} // namespace WebCore
« no previous file with comments | « Source/core/css/fullscreen.css ('k') | Source/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698