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

Unified Diff: Source/WebCore/page/EventHandler.cpp

Issue 14301003: Rename FeatureObserver to UseCounter to make clear that all it stores are usage counts. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Now with 20% more awesome 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
Index: Source/WebCore/page/EventHandler.cpp
diff --git a/Source/WebCore/page/EventHandler.cpp b/Source/WebCore/page/EventHandler.cpp
index 4266cc9f26bce10c403831123a6c6d22ffa8d554..97aabe5b00a1adc147e085f9b1571a067a44a8de 100644
--- a/Source/WebCore/page/EventHandler.cpp
+++ b/Source/WebCore/page/EventHandler.cpp
@@ -1175,7 +1175,7 @@ OptionalCursor EventHandler::selectCursor(const MouseEventWithHitTestResults& ev
#if ENABLE(CURSOR_VISIBILITY)
if (style && style->cursorVisibility() == CursorVisibilityAutoHide) {
- FeatureObserver::observe(m_frame->document(), FeatureObserver::CursorVisibility);
+ UseCounter::observe(m_frame->document(), UseCounter::CursorVisibility);
startAutoHideCursorTimer();
} else
cancelAutoHideCursorTimer();

Powered by Google App Engine
This is Rietveld 408576698