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

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

Issue 1531473004: Fix selection handles in vertical writing modes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply code review comments Created 4 years, 11 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/RenderedPosition.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/RenderedPosition.h
diff --git a/third_party/WebKit/Source/core/editing/RenderedPosition.h b/third_party/WebKit/Source/core/editing/RenderedPosition.h
index 3ef2e6b671b626f4ed2d651fb0f211f0f6f82173..12889d515483024e7195002a5413fa0037d8c9c2 100644
--- a/third_party/WebKit/Source/core/editing/RenderedPosition.h
+++ b/third_party/WebKit/Source/core/editing/RenderedPosition.h
@@ -72,7 +72,8 @@ public:
Position positionAtRightBoundaryOfBiDiRun() const;
IntRect absoluteRect(LayoutUnit* extraWidthToEndOfLine = 0) const;
- void positionInGraphicsLayerBacking(CompositedSelectionBound&) const;
+
+ void positionInGraphicsLayerBacking(CompositedSelectionBound&, bool selectionStart) const;
private:
bool operator==(const RenderedPosition&) const { return false; }
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/RenderedPosition.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698