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

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

Issue 359023002: Remove CSS Exclusions leftovers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: Source/core/frame/UseCounter.cpp
diff --git a/Source/core/frame/UseCounter.cpp b/Source/core/frame/UseCounter.cpp
index a0ce4057a5caad02882b1c83873cddf821280ef4..8de4216174097b225b22cc43cdc9876f64a02e1d 100644
--- a/Source/core/frame/UseCounter.cpp
+++ b/Source/core/frame/UseCounter.cpp
@@ -398,8 +398,6 @@ int UseCounter::mapCSSPropertyIdToCSSSampleIdForHistogram(int id)
case CSSPropertyShapeOutside: return 347;
case CSSPropertyShapeMargin: return 348;
// case CSSPropertyShapePadding: return 349;
- case CSSPropertyWebkitWrapFlow: return 350;
- case CSSPropertyWebkitWrapThrough: return 351;
Bem Jones-Bey (adobe) 2014/06/27 18:25:59 Shouldn't these be commented just like the other e
// CSSPropertyWebkitWrap was 352.
#if defined(ENABLE_TOUCH_EVENTS) && ENABLE_TOUCH_EVENTS
case CSSPropertyWebkitTapHighlightColor: return 353;

Powered by Google App Engine
This is Rietveld 408576698