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

Unified Diff: third_party/WebKit/Source/core/testing/LayerRectList.h

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/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();
« no previous file with comments | « third_party/WebKit/Source/core/testing/LayerRect.idl ('k') | third_party/WebKit/Source/core/testing/LayerRectList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698