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

Unified Diff: third_party/WebKit/Source/core/editing/VisibleSelection.h

Issue 2416553002: Convert set{End,Start}RespectingGranularity() in VisibleSlection as pure functions (Closed)
Patch Set: 2016-10-12T19:51:30 Created 4 years, 2 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 | third_party/WebKit/Source/core/editing/VisibleSelection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/editing/VisibleSelection.h
diff --git a/third_party/WebKit/Source/core/editing/VisibleSelection.h b/third_party/WebKit/Source/core/editing/VisibleSelection.h
index 282f0666f72d8e1803d0e3a41f87abbb3e8b3ab5..f9d46b3ffeebcca58aea075694747ed6e6a8c7fc 100644
--- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
+++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
@@ -184,8 +184,6 @@ class CORE_TEMPLATE_CLASS_EXPORT VisibleSelectionTemplate {
void setBaseAndExtentToDeepEquivalents();
void adjustSelectionToAvoidCrossingShadowBoundaries();
void adjustSelectionToAvoidCrossingEditingBoundaries();
- void setEndRespectingGranularity(TextGranularity);
- void setStartRespectingGranularity(TextGranularity);
void updateSelectionType();
// We need to store these as Positions because VisibleSelection is
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/VisibleSelection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698