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

Unified Diff: ui/base/touch/touch_factory.h

Issue 10836349: CSS Media Query now reports touch-support accurately for Windows. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Patched namespace reference. Created 8 years, 3 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 | « ui/base/touch/touch_device_win.cc ('k') | ui/ui.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/touch/touch_factory.h
diff --git a/ui/base/touch/touch_factory.h b/ui/base/touch/touch_factory.h
index 1f19bede6051be2b633d5616b986a72b0c512ee3..36d6ba02e1ec1d9dfc0dc541efcedc8c256e1e93 100644
--- a/ui/base/touch/touch_factory.h
+++ b/ui/base/touch/touch_factory.h
@@ -98,7 +98,7 @@ class UI_EXPORT TouchFactory {
SetCursorVisible(false, false);
}
- // Requirement for Signleton
+ // Requirement for Singleton
friend struct DefaultSingletonTraits<TouchFactory>;
// The default cursor is hidden after startup, and when the mouse pointer is
@@ -112,7 +112,7 @@ class UI_EXPORT TouchFactory {
// The cursor is hidden if it is idle for a certain amount time. This timer
// is used to keep track of the idleness.
- base::OneShotTimer<TouchFactory> cursor_timer_;
+ ::base::OneShotTimer<TouchFactory> cursor_timer_;
// The default cursor.
Cursor arrow_cursor_;
« no previous file with comments | « ui/base/touch/touch_device_win.cc ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698