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

Unified Diff: Source/core/css/html.css

Issue 784453003: Initial scroll-blocks-on compositor integration (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove unneeded TODO Created 6 years 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/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index f49b8d398a743ac39b6fb8b31d52783b61f587b8..b757b62bec016c8fdfdb0ea439a4e51c218bbeca 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -24,7 +24,8 @@
@namespace "http://www.w3.org/1999/xhtml";
html {
- display: block
+ display: block;
+ scroll-blocks-on: start-touch wheel-event;
}
/* children of the <head> element all have display:none */

Powered by Google App Engine
This is Rietveld 408576698