Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(732)

Unified Diff: third_party/WebKit/Source/core/testing/LayerRect.idl

Issue 2869803003: Change from ClientRect to DOMRect.
Patch Set: Change from ClientRect to DOMRect. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
« no previous file with comments | « third_party/WebKit/Source/core/testing/LayerRect.h ('k') | third_party/WebKit/Source/core/testing/LayerRectList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698