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

Unified Diff: trunk/Source/core/page/UseCounter.cpp

Issue 23465021: Revert 157745 "Add support for the object-position CSS property." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 3 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: trunk/Source/core/page/UseCounter.cpp
===================================================================
--- trunk/Source/core/page/UseCounter.cpp (revision 157750)
+++ trunk/Source/core/page/UseCounter.cpp (working copy)
@@ -495,7 +495,6 @@
case CSSPropertyObjectFit: return 433;
case CSSPropertyPaintOrder: return 434;
case CSSPropertyMaskSourceType: return 435;
- case CSSPropertyObjectPosition: return 436;
// Add new features above this line (don't change the assigned numbers of the existing
// items) and update maximumCSSSampleId() with the new maximum value.
@@ -510,7 +509,7 @@
return 0;
}
-static int maximumCSSSampleId() { return 436; }
+static int maximumCSSSampleId() { return 434; }
UseCounter::UseCounter()
{
« no previous file with comments | « trunk/Source/core/page/RuntimeCSSEnabled.cpp ('k') | trunk/Source/core/page/animation/CSSPropertyAnimation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698