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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.cpp

Issue 2736043002: Re-land Catch up the spec update in CSS Rhythmic Sizing (Closed)
Patch Set: Fix core/BUILD.gn Created 3 years, 9 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/core/frame/UseCounter.cpp
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.cpp b/third_party/WebKit/Source/core/frame/UseCounter.cpp
index b6219c01c7dd702fe4fadeaf7e0475764a22277b..ba8293405fd6a14ba0f50a85442fe0acbb2db9a4 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.cpp
+++ b/third_party/WebKit/Source/core/frame/UseCounter.cpp
@@ -1005,7 +1005,7 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(
return 517;
case CSSPropertyD:
return 518;
- case CSSPropertySnapHeight:
+ case CSSPropertyLineHeightStep:
return 519;
case CSSPropertyBreakAfter:
return 520;

Powered by Google App Engine
This is Rietveld 408576698