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

Unified Diff: Source/core/dom/Element.h

Issue 1104243003: Oilpan: put ClientRect(List) on the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove transition types uses also Created 5 years, 8 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: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index b881bd25fbf525244a4e82c4013854938c9725ef..76de332b1472dc46e0d5d03b38b6044a5ee3a614 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -196,8 +196,8 @@ public:
IntRect boundsInViewportSpace();
- PassRefPtrWillBeRawPtr<ClientRectList> getClientRects();
- PassRefPtrWillBeRawPtr<ClientRect> getBoundingClientRect();
+ ClientRectList* getClientRects();
+ ClientRect* getBoundingClientRect();
const AtomicString& computedRole();
String computedName();

Powered by Google App Engine
This is Rietveld 408576698