| Index: third_party/WebKit/Source/core/testing/LayerRectList.h
|
| diff --git a/third_party/WebKit/Source/core/testing/LayerRectList.h b/third_party/WebKit/Source/core/testing/LayerRectList.h
|
| index 25f1006be4bb2712a5d3bb33e1e9d82406e687ce..ad5063fa8a6f444d2967359083efb2e6f601b892 100644
|
| --- a/third_party/WebKit/Source/core/testing/LayerRectList.h
|
| +++ b/third_party/WebKit/Source/core/testing/LayerRectList.h
|
| @@ -38,7 +38,7 @@
|
|
|
| namespace blink {
|
|
|
| -class ClientRect;
|
| +class DOMRect;
|
| class LayerRect;
|
| class Node;
|
|
|
| @@ -55,7 +55,7 @@ class LayerRectList final : public GarbageCollected<LayerRectList>,
|
| const String& layer_name,
|
| int layer_offset_x,
|
| int layer_offset_y,
|
| - ClientRect* layer_relative_rect);
|
| + DOMRect* layer_relative_rect);
|
|
|
| DECLARE_TRACE();
|
|
|
|
|