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

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

Issue 2916563003: Compute effective touch action in StyleAdjuster. (Closed)
Patch Set: Iframe touch action updates trigger descendant style recalc. 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 dd1dd2867930463b507693a7df43bfef1ed14867..eca92b11e8b0899ef8dfc9cadaa239744b1e47c8 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