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

Unified Diff: Source/core/editing/FrameSelection.h

Issue 359593002: Selection should be updated after node is moved to another document (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
Index: Source/core/editing/FrameSelection.h
diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
index f075a2591638847d564ac1141fbb01783d878a4e..792ef28847ff2cdf4e0da54addd499c0037477b2 100644
--- a/Source/core/editing/FrameSelection.h
+++ b/Source/core/editing/FrameSelection.h
@@ -261,6 +261,8 @@ private:
void startObservingVisibleSelectionChange();
void stopObservingVisibleSelectionChangeIfNecessary();
+ VisibleSelection validateSelection(const VisibleSelection&);
+
LocalFrame* m_frame;
LayoutUnit m_xPosForVerticalArrowNavigation;

Powered by Google App Engine
This is Rietveld 408576698