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

Unified Diff: Source/core/rendering/RenderBlock.h

Issue 478923005: Revert of Oilpan: Move more code of RenderObject destructors to destroy(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « no previous file | Source/core/rendering/RenderBlock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderBlock.h
diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h
index e3028b6c4b9d83420276d2002695b5b21d7bd666..40c47940b6902a526078f627e7c37767c6afef18 100644
--- a/Source/core/rendering/RenderBlock.h
+++ b/Source/core/rendering/RenderBlock.h
@@ -55,7 +55,6 @@
class RenderBlock : public RenderBox {
public:
- virtual void destroy() OVERRIDE;
virtual void trace(Visitor*) OVERRIDE;
friend class LineLayoutState;
@@ -444,7 +443,6 @@
// End helper functions and structs used by layoutBlockChildren.
bool widthAvailableToChildrenHasChanged();
- void removeFromGlobalMaps();
protected:
// Returns the logicalOffset at the top of the next page. If the offset passed in is already at the top of the current page,
« no previous file with comments | « no previous file | Source/core/rendering/RenderBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698