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

Unified Diff: Source/core/page/RuntimeEnabledFeatures.in

Issue 20598008: Add maxTouchPoints for pointer events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: maxTouchPoints the right way Created 7 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: Source/core/page/RuntimeEnabledFeatures.in
diff --git a/Source/core/page/RuntimeEnabledFeatures.in b/Source/core/page/RuntimeEnabledFeatures.in
index 12ea76989cae53633e0577162ffebe556336b133..6b39a89278a50e3d21d5c20b8677aeed812ae105 100644
--- a/Source/core/page/RuntimeEnabledFeatures.in
+++ b/Source/core/page/RuntimeEnabledFeatures.in
@@ -70,13 +70,14 @@ Media status=stable
MediaSource status=stable
MediaStream status=stable
Notifications status=stable
-ObjectFitPosition status=stable
+ObjectFitPosition status=experimental
Rick Byers 2013/10/10 22:12:18 I assume you didn't intend to change this, right?
// Only enabled on Android, and for certain layout tests on Linux.
OverlayFullscreenVideo
PagePopup status=stable
PartialLayout status=experimental
PathOpsSVGClipping
PeerConnection depends_on=MediaStream, status=stable
+PointerEventsMaxTouchPoints status=experimental
Rick Byers 2013/10/10 22:12:18 Please add a comment describing how this is platfo
ProgrammaticScrollNotifications status=test
Promise status=experimental
Quota status=stable

Powered by Google App Engine
This is Rietveld 408576698