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

Unified Diff: third_party/WebKit/Source/core/input/InputDeviceCapabilities.h

Issue 2397723004: reflow comments in core/input (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/core/input/InputDeviceCapabilities.h
diff --git a/third_party/WebKit/Source/core/input/InputDeviceCapabilities.h b/third_party/WebKit/Source/core/input/InputDeviceCapabilities.h
index a1477a0859fffd903673e95a03c90750b711e598..f869a697c49d3d4d09a02a8236db6eb400275408 100644
--- a/third_party/WebKit/Source/core/input/InputDeviceCapabilities.h
+++ b/third_party/WebKit/Source/core/input/InputDeviceCapabilities.h
@@ -17,10 +17,12 @@ class CORE_EXPORT InputDeviceCapabilities final
DEFINE_WRAPPERTYPEINFO();
public:
- // This return a static local InputDeviceCapabilities pointer which has firesTouchEvents set to be true.
+ // This return a static local InputDeviceCapabilities pointer which has
+ // firesTouchEvents set to be true.
static InputDeviceCapabilities* firesTouchEventsSourceCapabilities();
- // This return a static local InputDeviceCapabilities pointer which has firesTouchEvents set to be false.
+ // This return a static local InputDeviceCapabilities pointer which has
+ // firesTouchEvents set to be false.
static InputDeviceCapabilities* doesntFireTouchEventsSourceCapabilities();
static InputDeviceCapabilities* create(bool firesTouchEvents) {
« no previous file with comments | « third_party/WebKit/Source/core/input/GestureManager.cpp ('k') | third_party/WebKit/Source/core/input/KeyboardEventManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698