| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2012 Google, Inc. All rights reserved. | 2 * Copyright (C) 2012 Google, Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions | 5 * modification, are permitted provided that the following conditions |
| 6 * are met: | 6 * are met: |
| 7 * 1. Redistributions of source code must retain the above copyright | 7 * 1. Redistributions of source code must retain the above copyright |
| 8 * notice, this list of conditions and the following disclaimer. | 8 * notice, this list of conditions and the following disclaimer. |
| 9 * 2. Redistributions in binary form must reproduce the above copyright | 9 * 2. Redistributions in binary form must reproduce the above copyright |
| 10 * notice, this list of conditions and the following disclaimer in the | 10 * notice, this list of conditions and the following disclaimer in the |
| (...skipping 1590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1601 kPluginInstanceAccessFromIsolatedWorld = 1996, | 1601 kPluginInstanceAccessFromIsolatedWorld = 1996, |
| 1602 kPluginInstanceAccessFromMainWorld = 1997, | 1602 kPluginInstanceAccessFromMainWorld = 1997, |
| 1603 kRequestFullscreenForDialogElement = 1998, | 1603 kRequestFullscreenForDialogElement = 1998, |
| 1604 kRequestFullscreenForDialogElementInTopLayer = 1999, | 1604 kRequestFullscreenForDialogElementInTopLayer = 1999, |
| 1605 kShowModalForElementInFullscreenStack = 2000, | 1605 kShowModalForElementInFullscreenStack = 2000, |
| 1606 kThreeValuedPositionBackground = 2001, | 1606 kThreeValuedPositionBackground = 2001, |
| 1607 kThreeValuedPositionBasicShape = 2002, | 1607 kThreeValuedPositionBasicShape = 2002, |
| 1608 kThreeValuedPositionGradient = 2003, | 1608 kThreeValuedPositionGradient = 2003, |
| 1609 kThreeValuedPositionObjectPosition = 2004, | 1609 kThreeValuedPositionObjectPosition = 2004, |
| 1610 kThreeValuedPositionPerspectiveOrigin = 2005, | 1610 kThreeValuedPositionPerspectiveOrigin = 2005, |
| 1611 kUnitlessZeroAngleCustomProperty = 2006, | |
| 1612 kUnitlessZeroAngleFilter = 2007, | 1611 kUnitlessZeroAngleFilter = 2007, |
| 1613 kUnitlessZeroAngleGradient = 2008, | 1612 kUnitlessZeroAngleGradient = 2008, |
| 1614 kUnitlessZeroAngleOffsetRotate = 2009, | 1613 kUnitlessZeroAngleOffsetRotate = 2009, |
| 1615 kUnitlessZeroAngleTransform = 2010, | 1614 kUnitlessZeroAngleTransform = 2010, |
| 1616 kHTMLOListElementStartGetterReversedWithoutStartAttribute = 2011, | 1615 kHTMLOListElementStartGetterReversedWithoutStartAttribute = 2011, |
| 1617 kCredentialManagerPreventSilentAccess = 2012, | 1616 kCredentialManagerPreventSilentAccess = 2012, |
| 1618 kNetInfoEffectiveType = 2013, | 1617 kNetInfoEffectiveType = 2013, |
| 1619 | 1618 |
| 1620 // Add new features immediately above this line. Don't change assigned | 1619 // Add new features immediately above this line. Don't change assigned |
| 1621 // numbers of any item, and don't reuse removed slots. | 1620 // numbers of any item, and don't reuse removed slots. |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1726 // Tracks what features/properties need to be reported to the legacy | 1725 // Tracks what features/properties need to be reported to the legacy |
| 1727 // histograms. | 1726 // histograms. |
| 1728 BitVector feature_bits_; | 1727 BitVector feature_bits_; |
| 1729 BitVector css_bits_; | 1728 BitVector css_bits_; |
| 1730 } legacy_counter_; | 1729 } legacy_counter_; |
| 1731 }; | 1730 }; |
| 1732 | 1731 |
| 1733 } // namespace blink | 1732 } // namespace blink |
| 1734 | 1733 |
| 1735 #endif // UseCounter_h | 1734 #endif // UseCounter_h |
| OLD | NEW |