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

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

Issue 312073002: Oilpan: Replace RefPtrs to Node and its subclasses in core/testing with Oilpan transition types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « 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 719b7c00cce60c8b7addde215d70f239d6a415fd..9aa3518acdcd0f9ec3df8189c56e561096cf0b9a 100644
--- a/Source/core/testing/LayerRectList.h
+++ b/Source/core/testing/LayerRectList.h
@@ -54,7 +54,7 @@ public:
unsigned length() const;
LayerRect* item(unsigned index);
- void append(PassRefPtr<Node> layerAssociatedNode, const String& layerName, int layerOffsetX, int layerOffsetY, PassRefPtrWillBeRawPtr<ClientRect> layerRelativeRect);
+ void append(PassRefPtrWillBeRawPtr<Node> layerAssociatedNode, const String& layerName, int layerOffsetX, int layerOffsetY, 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