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

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

Issue 225843002: Oilpan: move ClientRect and its list to the oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased + code style Created 6 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
« no previous file with comments | « Source/core/testing/LayerRect.h ('k') | Source/core/testing/LayerRectList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/LayerRectList.h
diff --git a/Source/core/testing/LayerRectList.h b/Source/core/testing/LayerRectList.h
index f87c5de2b310b84e7c7a752391f61b5483bd414d..668363e7dddb6da8d9c73567e622b7971932a956 100644
--- a/Source/core/testing/LayerRectList.h
+++ b/Source/core/testing/LayerRectList.h
@@ -44,7 +44,7 @@ class ClientRectList;
class LayerRect;
class Node;
-class LayerRectList : public RefCountedWillBeGarbageCollected<LayerRectList> {
+class LayerRectList FINAL : public RefCountedWillBeGarbageCollected<LayerRectList> {
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(LayerRectList);
public:
static PassRefPtrWillBeRawPtr<LayerRectList> create()
@@ -54,7 +54,7 @@ public:
unsigned length() const;
LayerRect* item(unsigned index);
- void append(PassRefPtr<Node> layerRootNode, const String& layerName, PassRefPtr<ClientRect> layerRelativeRect);
+ void append(PassRefPtr<Node> layerRootNode, const String& layerName, PassRefPtrWillBeRawPtr<ClientRect> layerRelativeRect);
void trace(Visitor*);
« no previous file with comments | « Source/core/testing/LayerRect.h ('k') | Source/core/testing/LayerRectList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698