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

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

Issue 454643002: Route selection bounds updates through WebLayerTreeView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 3 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 | « Source/core/editing/FrameSelection.cpp ('k') | Source/core/editing/RenderedPosition.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/RenderedPosition.h
diff --git a/Source/core/editing/RenderedPosition.h b/Source/core/editing/RenderedPosition.h
index 6abc66fbe1148a5e1e42a858dec2ac990cc63487..2b545274d5698fd584aeb002cd6d9011491d691c 100644
--- a/Source/core/editing/RenderedPosition.h
+++ b/Source/core/editing/RenderedPosition.h
@@ -36,10 +36,12 @@
namespace blink {
+class GraphicsLayer;
class LayoutUnit;
class Position;
class RenderObject;
class VisiblePosition;
+struct CompositedSelectionBound;
class RenderedPosition {
public:
@@ -68,6 +70,7 @@ public:
Position positionAtRightBoundaryOfBiDiRun() const;
IntRect absoluteRect(LayoutUnit* extraWidthToEndOfLine = 0) const;
+ void positionInGraphicsLayerBacking(CompositedSelectionBound&) const;
private:
bool operator==(const RenderedPosition&) const { return false; }
« no previous file with comments | « Source/core/editing/FrameSelection.cpp ('k') | Source/core/editing/RenderedPosition.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698