| 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",
|
|
|