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

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: update 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,
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
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
OLDNEW
« no previous file with comments | « content/renderer/render_widget.cc ('k') | third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698