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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 58113e7e4a279693483acb04f211cef57f9a1724..0e62f3c07db6c84838577363d970feea333478b0 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1174,6 +1174,7 @@ public:
DurableStoragePersisted = 1370,
DurableStorageEstimate = 1371,
UntrustedEventDefaultHandled = 1372,
+ // The following two items (FixedRasterScale*) are unused.
FixedRasterScaleBlurryContent = 1373,
FixedRasterScalePotentialPerformanceRegression = 1374,
CSSDeepCombinatorAndShadow = 1375,

Powered by Google App Engine
This is Rietveld 408576698