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

Unified Diff: third_party/WebKit/Source/core/html/shadow/ShadowElementNames.h

Issue 2209773002: Remove the blocking touch handlers for the input[type=range] and add touch-action instead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move the touch event handlers to the container in the shadow dom Created 4 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: third_party/WebKit/Source/core/html/shadow/ShadowElementNames.h
diff --git a/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.h b/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.h
index 0fcea85064fd9c2320be1741e2d84d254ab0aa4c..10e8f1eae02cf79ba91efb8e245cb977a7f8aeae 100644
--- a/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.h
+++ b/third_party/WebKit/Source/core/html/shadow/ShadowElementNames.h
@@ -51,6 +51,7 @@ const AtomicString& placeholder();
const AtomicString& searchDecoration();
CORE_EXPORT const AtomicString& sliderThumb();
const AtomicString& sliderTrack();
+const AtomicString& sliderContainer();
const AtomicString& textFieldContainer();
const AtomicString& optGroupLabel();

Powered by Google App Engine
This is Rietveld 408576698