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

Unified Diff: third_party/WebKit/Source/build/scripts/make_computed_style_base.py

Issue 2916563003: Compute effective touch action in StyleAdjuster. (Closed)
Patch Set: early out in style adjuster Created 3 years, 6 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/build/scripts/make_computed_style_base.py
diff --git a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
index 16b5dfb62a06012acac7ea6302f2b801d2c626b0..494ed79429162969263383cbfcc049a6d0259f13 100755
--- a/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
+++ b/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
@@ -32,7 +32,7 @@ ALIGNMENT_ORDER = [
# Aligns like float
'LengthBox', 'LengthSize', 'FloatSize', 'LengthPoint', 'Length', 'TextSizeAdjust', 'TabSize', 'float',
# Aligns like int
- 'StyleColor', 'Color', 'LayoutUnit', 'LineClampValue', 'OutlineValue', 'unsigned', 'int',
+ 'StyleColor', 'Color', 'LayoutUnit', 'LineClampValue', 'OutlineValue', 'TouchAction', 'unsigned', 'int',
# Aligns like short
'short',
# Aligns like char

Powered by Google App Engine
This is Rietveld 408576698