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

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

Issue 2702403004: Expand FrameSeleciton::start() to increase chances of hoisting update layout (Closed)
Patch Set: 2017-02-22T12:32:36 Created 3 years, 10 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: third_party/WebKit/Source/core/editing/FrameSelection.h
diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
index 9a6670171a1c6bb0445fb3d59ddda248862d0be9..6ce70760effdafbb2c2fc0f13de9f34aa74cc396 100644
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
@@ -192,9 +192,6 @@ class CORE_EXPORT FrameSelection final
Position extent() const {
return computeVisibleSelectionInDOMTreeDeprecated().extent();
}
- Position start() const {
- return computeVisibleSelectionInDOMTreeDeprecated().start();
- }
// Returns true if specified layout block should paint caret. This function is
// called during painting only.

Powered by Google App Engine
This is Rietveld 408576698