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

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: Moved IsTouchDevicePresent to ui::base Created 8 years, 4 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: ui/base/touch/touch_factory.h
diff --git a/ui/base/touch/touch_factory.h b/ui/base/touch/touch_factory.h
index 1f19bede6051be2b633d5616b986a72b0c512ee3..c95cfc876ab2975e420bf340ea1a555cdd82c562 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
« ui/base/touch/touch_device.cc ('K') | « ui/base/touch/touch_device.cc ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698