| Index: third_party/WebKit/Source/core/testing/LayerRect.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/LayerRect.idl b/third_party/WebKit/Source/core/testing/LayerRect.idl
|
| index c3f60d434db1f51355e98578657cff34fd219338..89dabe600c0fd1c83abe46a573693d6456b0d1d3 100644
|
| --- a/third_party/WebKit/Source/core/testing/LayerRect.idl
|
| +++ b/third_party/WebKit/Source/core/testing/LayerRect.idl
|
| @@ -39,5 +39,5 @@ interface LayerRect {
|
| readonly attribute long associatedNodeOffsetX;
|
| readonly attribute long associatedNodeOffsetY;
|
| /* Rectange in the GraphicsLayer co-ordinate space */
|
| - readonly attribute ClientRect layerRelativeRect;
|
| + readonly attribute DOMRect layerRelativeRect;
|
| };
|
|
|