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

Unified Diff: Source/core/rendering/style/StyleRareInheritedData.h

Issue 723373006: Add CSS parsing support for the scroll-blocks-on property (in place of touch-action-delay) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Apply CR feedback Created 6 years, 1 month 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/rendering/style/StyleRareInheritedData.h
diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h
index 72391c15f569284ba63de008c706728fdc1213b9..ff7def67ba9cd632d1709cdd3c1f2ebca2e956d2 100644
--- a/Source/core/rendering/style/StyleRareInheritedData.h
+++ b/Source/core/rendering/style/StyleRareInheritedData.h
@@ -128,7 +128,6 @@ public:
unsigned m_imageRendering : 3; // EImageRendering
unsigned m_textUnderlinePosition : 1; // TextUnderlinePosition
unsigned m_rubyPosition : 1; // RubyPosition
- unsigned m_touchActionDelay : 1; // TouchActionDelay
// Though will-change is not itself an inherited property, the intent
// expressed by 'will-change: contents' includes descendants.
« no previous file with comments | « Source/core/rendering/style/RenderStyleConstants.h ('k') | Source/core/rendering/style/StyleRareInheritedData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698