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

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: comments 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 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after
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,
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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1297 friend class UseCounterTest; 1295 friend class UseCounterTest;
1298 static int m_muteCount; 1296 static int m_muteCount;
1299 1297
1300 CountBits m_countBits; 1298 CountBits m_countBits;
1301 BitVector m_CSSFeatureBits; 1299 BitVector m_CSSFeatureBits;
1302 }; 1300 };
1303 1301
1304 } // namespace blink 1302 } // namespace blink
1305 1303
1306 #endif // UseCounter_h 1304 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698