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

Unified Diff: sky/engine/core/dom/RangeBoundaryPoint.h

Issue 723253004: Remove tons of OILPAN. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/dom/Range.cpp ('k') | sky/engine/core/dom/RequestAnimationFrameCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/RangeBoundaryPoint.h
diff --git a/sky/engine/core/dom/RangeBoundaryPoint.h b/sky/engine/core/dom/RangeBoundaryPoint.h
index b09c76074e7617bfac14dfc85239ca66d359bb17..8612a6cdfb8525a98ec423e0c64947cc357d9a86 100644
--- a/sky/engine/core/dom/RangeBoundaryPoint.h
+++ b/sky/engine/core/dom/RangeBoundaryPoint.h
@@ -58,8 +58,6 @@ public:
void invalidateOffset() const;
void ensureOffsetIsValid() const;
- void trace(Visitor*);
-
private:
static const int invalidOffset = -1;
@@ -182,12 +180,6 @@ inline void RangeBoundaryPoint::invalidateOffset() const
m_offsetInContainer = invalidOffset;
}
-inline void RangeBoundaryPoint::trace(Visitor* visitor)
-{
- visitor->trace(m_containerNode);
- visitor->trace(m_childBeforeBoundary);
-}
-
inline bool operator==(const RangeBoundaryPoint& a, const RangeBoundaryPoint& b)
{
if (a.container() != b.container())
« no previous file with comments | « sky/engine/core/dom/Range.cpp ('k') | sky/engine/core/dom/RequestAnimationFrameCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698