| Index: third_party/WebKit/LayoutTests/inspector/layers/no-overlay-layers.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/layers/no-overlay-layers.html b/third_party/WebKit/LayoutTests/inspector/layers/no-overlay-layers.html
|
| index 0a82d71676aac7c160ff66fd258b49916d777933..8300cdb33b82b35a8dabf778ce053cd57df07c30 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/layers/no-overlay-layers.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/layers/no-overlay-layers.html
|
| @@ -25,7 +25,7 @@ function test()
|
| {
|
| // Assure layer objects are not re-created during updates.
|
| InspectorTest.layerTreeModel().layerTree().forEachLayer(function(layer) { layersBeforeHighlight.push(layer.id()); });
|
| - InspectorTest.DOMAgent.highlightRect(0, 0, 200, 200, {r:255, g:0, b:0});
|
| + InspectorTest.OverlayAgent.highlightRect(0, 0, 200, 200, {r:255, g:0, b:0});
|
| InspectorTest.evaluateAndRunWhenTreeChanges("requestAnimationFrame(updateGeometry)", step2);
|
| }
|
|
|
|
|