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

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

Issue 2916563003: Compute effective touch action in StyleAdjuster. (Closed)
Patch Set: Move ComputeEffectiveTouchAction out of AdjustComputedStyle. 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 50dc4e572cf04b5179ad2ca2304fefc2cd0478f0..d0db42c5fbe75f9ce5e479d2687bb0c19baa4797 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
@@ -27,7 +27,7 @@ ALIGNMENT_ORDER = [
'double',
'AtomicString', 'RefPtr', 'Persistent', 'Font', 'FillLayer', 'NinePieceImage', # Aligns like a pointer (can be 32 or 64 bits)
'LengthBox', 'LengthSize', 'Length', 'TextSizeAdjust', 'TabSize', 'float',
- 'StyleColor', 'Color', 'LayoutUnit', 'unsigned', 'int',
+ 'StyleColor', 'Color', 'LayoutUnit', 'TouchAction', 'unsigned', 'int',
'short',
'uint8_t', 'char',
'bool'

Powered by Google App Engine
This is Rietveld 408576698