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

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

Issue 784453003: Initial scroll-blocks-on compositor integration (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Eliminate scrollbars from iframe test for cross-platform output consistency Created 5 years, 11 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/css/svg.css
diff --git a/Source/core/css/svg.css b/Source/core/css/svg.css
index 6151d17c5d294de7ab2c5aaf098f25279bfc3d07..07e665eff485c8a291382a91ea850859bc90d425 100644
--- a/Source/core/css/svg.css
+++ b/Source/core/css/svg.css
@@ -49,7 +49,8 @@ svg:not(:root), symbol, image, marker, pattern, foreignObject {
svg:root {
width: 100%;
- height: 100%
+ height: 100%;
+ scroll-blocks-on: start-touch wheel-event;
}
text, foreignObject {

Powered by Google App Engine
This is Rietveld 408576698