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

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

Issue 2916563003: Compute effective touch action in StyleAdjuster. (Closed)
Patch Set: Do not traverse across frames 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 2ab03cfd1fd3b8e5822388033c2f3f50a90440df..5f0fbc189fbe8f52755bf9ce0ad3c479d4dcae37 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
@@ -36,7 +36,7 @@ ALIGNMENT_ORDER = [
'LengthSize', 'FloatSize', 'LengthPoint', 'Length', 'TextSizeAdjust', 'TabSize', 'float',
# Aligns like int
'ScrollSnapType', 'ScrollSnapAlign', 'BorderValue', 'StyleColor', 'Color', 'LayoutUnit',
- 'LineClampValue', 'OutlineValue', 'unsigned', 'size_t', 'int',
+ 'LineClampValue', 'OutlineValue', 'TouchAction', 'unsigned', 'size_t', 'int',
shend 2017/06/30 03:05:40 (A) You won't need this if you put "field_size: 6"
sunxd 2017/07/04 15:35:42 Done.
# Aligns like short
'unsigned short', 'short',
# Aligns like char

Powered by Google App Engine
This is Rietveld 408576698