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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2903053002: Removing canvas rendering mode switching feature (Closed)
Patch Set: fix test failure Created 3 years, 7 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/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index a358825a87b345d978ae9ca5d9279c75eee2b6e1..81538c6248676ae93065429a80f4cdfeccde5348 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -827,6 +827,7 @@ component("platform") {
"graphics/Canvas2DLayerBridge.h",
"graphics/CanvasColorParams.cpp",
"graphics/CanvasColorParams.h",
+ "graphics/CanvasHeuristicParameters.h",
"graphics/CanvasMetrics.cpp",
"graphics/CanvasMetrics.h",
"graphics/CanvasSurfaceLayerBridge.cpp",
@@ -868,7 +869,6 @@ component("platform") {
"graphics/DeferredImageDecoder.h",
"graphics/DrawLooperBuilder.cpp",
"graphics/DrawLooperBuilder.h",
- "graphics/ExpensiveCanvasHeuristicParameters.h",
"graphics/FirstPaintInvalidationTracking.cpp",
"graphics/FirstPaintInvalidationTracking.h",
"graphics/FrameData.cpp",

Powered by Google App Engine
This is Rietveld 408576698