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

Unified Diff: third_party/WebKit/Source/core/dom/Element.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
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/Element.h
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
index d1ba5652c5d28726b9ae680ec6bedbf36c6f6e44..9a3343b210a418c3c2b15394598d233e889ecbc6 100644
--- a/third_party/WebKit/Source/core/dom/Element.h
+++ b/third_party/WebKit/Source/core/dom/Element.h
@@ -46,10 +46,10 @@ class AccessibleNode;
class Attr;
class Attribute;
class CSSStyleDeclaration;
-class ClientRect;
class ClientRectList;
class CompositorMutation;
class CustomElementDefinition;
+class DOMRect;
class DOMStringMap;
class DOMTokenList;
class ElementRareData;
@@ -263,7 +263,7 @@ class CORE_EXPORT Element : public ContainerNode {
IntRect VisibleBoundsInVisualViewport() const;
ClientRectList* getClientRects();
- ClientRect* getBoundingClientRect();
+ DOMRect* getBoundingClientRect();
bool HasNonEmptyLayoutSize() const;
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698