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

Unified Diff: sky/engine/core/editing/FrameSelection.cpp

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/editing/FrameSelection.h ('k') | sky/engine/core/editing/InsertIntoTextNodeCommand.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/editing/FrameSelection.cpp
diff --git a/sky/engine/core/editing/FrameSelection.cpp b/sky/engine/core/editing/FrameSelection.cpp
index 58f72e70199a3398f02637ae7f1b2ab1474a1e83..1a9309e3c6741f17b54a6ed07c340d0fa2c23ac6 100644
--- a/sky/engine/core/editing/FrameSelection.cpp
+++ b/sky/engine/core/editing/FrameSelection.cpp
@@ -1696,16 +1696,6 @@ void FrameSelection::showTreeForThis() const
#endif
-void FrameSelection::trace(Visitor* visitor)
-{
- visitor->trace(m_selection);
- visitor->trace(m_originalBase);
- visitor->trace(m_logicalRange);
- visitor->trace(m_previousCaretNode);
- visitor->trace(m_typingStyle);
- VisibleSelection::ChangeObserver::trace(visitor);
-}
-
void FrameSelection::setCaretRectNeedsUpdate()
{
m_caretRectDirty = true;
« no previous file with comments | « sky/engine/core/editing/FrameSelection.h ('k') | sky/engine/core/editing/InsertIntoTextNodeCommand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698