Chromium Code Reviews| 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 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1169 AudioContextCreatePannerAutomated = 1363, | 1169 AudioContextCreatePannerAutomated = 1363, |
| 1170 PannerNodeSetPosition = 1364, | 1170 PannerNodeSetPosition = 1364, |
| 1171 PannerNodeSetOrientation = 1365, | 1171 PannerNodeSetOrientation = 1365, |
| 1172 AudioListenerSetPosition = 1366, | 1172 AudioListenerSetPosition = 1366, |
| 1173 AudioListenerSetOrientation = 1367, | 1173 AudioListenerSetOrientation = 1367, |
| 1174 IntersectionObserver_Constructor = 1368, | 1174 IntersectionObserver_Constructor = 1368, |
| 1175 DurableStoragePersist = 1369, | 1175 DurableStoragePersist = 1369, |
| 1176 DurableStoragePersisted = 1370, | 1176 DurableStoragePersisted = 1370, |
| 1177 DurableStorageEstimate = 1371, | 1177 DurableStorageEstimate = 1371, |
| 1178 UntrustedEventDefaultHandled = 1372, | 1178 UntrustedEventDefaultHandled = 1372, |
| 1179 FixedRasterScaleBlurryContent = 1373, | |
|
chrishtr
2016/06/20 17:48:39
Please leave these in, for historical matching, wi
vmpstr
2016/06/20 18:06:23
Done. I also removed the layout test, since it's n
| |
| 1180 FixedRasterScalePotentialPerformanceRegression = 1374, | |
| 1181 CSSDeepCombinatorAndShadow = 1375, | 1179 CSSDeepCombinatorAndShadow = 1375, |
| 1182 OpacityWithPreserve3DQuirk = 1376, | 1180 OpacityWithPreserve3DQuirk = 1376, |
| 1183 CSSSelectorPseudoReadOnly = 1377, | 1181 CSSSelectorPseudoReadOnly = 1377, |
| 1184 CSSSelectorPseudoReadWrite = 1378, | 1182 CSSSelectorPseudoReadWrite = 1378, |
| 1185 // The above items are available in M52 branch | 1183 // The above items are available in M52 branch |
| 1186 | 1184 |
| 1187 UnloadHandler_Navigation = 1379, | 1185 UnloadHandler_Navigation = 1379, |
| 1188 TouchStartUserGestureUtilized = 1380, | 1186 TouchStartUserGestureUtilized = 1380, |
| 1189 TouchMoveUserGestureUtilized = 1381, | 1187 TouchMoveUserGestureUtilized = 1381, |
| 1190 TouchEndDuringScrollUserGestureUtilized = 1382, | 1188 TouchEndDuringScrollUserGestureUtilized = 1382, |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1303 friend class UseCounterTest; | 1301 friend class UseCounterTest; |
| 1304 static int m_muteCount; | 1302 static int m_muteCount; |
| 1305 | 1303 |
| 1306 CountBits m_countBits; | 1304 CountBits m_countBits; |
| 1307 BitVector m_CSSFeatureBits; | 1305 BitVector m_CSSFeatureBits; |
| 1308 }; | 1306 }; |
| 1309 | 1307 |
| 1310 } // namespace blink | 1308 } // namespace blink |
| 1311 | 1309 |
| 1312 #endif // UseCounter_h | 1310 #endif // UseCounter_h |
| OLD | NEW |