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

Side by Side Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2068413002: cc: Remove fixed raster scale, stop rasterizing with will-change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile fix Created 4 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 unified diff | Download patch
OLDNEW
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 1156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1167 AudioContextCreatePannerAutomated = 1363, 1167 AudioContextCreatePannerAutomated = 1363,
1168 PannerNodeSetPosition = 1364, 1168 PannerNodeSetPosition = 1364,
1169 PannerNodeSetOrientation = 1365, 1169 PannerNodeSetOrientation = 1365,
1170 AudioListenerSetPosition = 1366, 1170 AudioListenerSetPosition = 1366,
1171 AudioListenerSetOrientation = 1367, 1171 AudioListenerSetOrientation = 1367,
1172 IntersectionObserver_Constructor = 1368, 1172 IntersectionObserver_Constructor = 1368,
1173 DurableStoragePersist = 1369, 1173 DurableStoragePersist = 1369,
1174 DurableStoragePersisted = 1370, 1174 DurableStoragePersisted = 1370,
1175 DurableStorageEstimate = 1371, 1175 DurableStorageEstimate = 1371,
1176 UntrustedEventDefaultHandled = 1372, 1176 UntrustedEventDefaultHandled = 1372,
1177 // The following two items (FixedRasterScale*) are unused.
1177 FixedRasterScaleBlurryContent = 1373, 1178 FixedRasterScaleBlurryContent = 1373,
1178 FixedRasterScalePotentialPerformanceRegression = 1374, 1179 FixedRasterScalePotentialPerformanceRegression = 1374,
1179 CSSDeepCombinatorAndShadow = 1375, 1180 CSSDeepCombinatorAndShadow = 1375,
1180 OpacityWithPreserve3DQuirk = 1376, 1181 OpacityWithPreserve3DQuirk = 1376,
1181 CSSSelectorPseudoReadOnly = 1377, 1182 CSSSelectorPseudoReadOnly = 1377,
1182 CSSSelectorPseudoReadWrite = 1378, 1183 CSSSelectorPseudoReadWrite = 1378,
1183 // The above items are available in M52 branch 1184 // The above items are available in M52 branch
1184 1185
1185 UnloadHandler_Navigation = 1379, 1186 UnloadHandler_Navigation = 1379,
1186 TouchStartUserGestureUtilized = 1380, 1187 TouchStartUserGestureUtilized = 1380,
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1306 friend class UseCounterTest; 1307 friend class UseCounterTest;
1307 static int m_muteCount; 1308 static int m_muteCount;
1308 1309
1309 CountBits m_countBits; 1310 CountBits m_countBits;
1310 BitVector m_CSSFeatureBits; 1311 BitVector m_CSSFeatureBits;
1311 }; 1312 };
1312 1313
1313 } // namespace blink 1314 } // namespace blink
1314 1315
1315 #endif // UseCounter_h 1316 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698