| 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 b48667a5091a18c6ff1437b954ac8f8353fa5345..49993324c68d41a176f4ac0a8a2ee5b075008f84 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -826,6 +826,7 @@ component("platform") {
|
| "graphics/Canvas2DLayerBridge.h",
|
| "graphics/CanvasColorParams.cpp",
|
| "graphics/CanvasColorParams.h",
|
| + "graphics/CanvasHeuristicParameters.h",
|
| "graphics/CanvasMetrics.cpp",
|
| "graphics/CanvasMetrics.h",
|
| "graphics/CanvasSurfaceLayerBridge.cpp",
|
| @@ -867,7 +868,6 @@ component("platform") {
|
| "graphics/DeferredImageDecoder.h",
|
| "graphics/DrawLooperBuilder.cpp",
|
| "graphics/DrawLooperBuilder.h",
|
| - "graphics/ExpensiveCanvasHeuristicParameters.h",
|
| "graphics/FirstPaintInvalidationTracking.cpp",
|
| "graphics/FirstPaintInvalidationTracking.h",
|
| "graphics/FrameData.cpp",
|
|
|