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

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

Issue 2620383004: Fix graphics layer backing and offset for composited selection handles. (Closed)
Patch Set: none Created 3 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 cff1a956a7c7c0dd46fa48a965de40e35eb8f1c9..5d014a424bfee0cd04c655830fae85c3aadd046f 100644
--- a/third_party/WebKit/Source/core/editing/RenderedPosition.h
+++ b/third_party/WebKit/Source/core/editing/RenderedPosition.h
@@ -38,6 +38,8 @@
namespace blink {
+class GraphicsLayer;
+class LayoutPoint;
class LayoutUnit;
class LayoutObject;
struct CompositedSelectionBound;
@@ -102,6 +104,10 @@ class RenderedPosition {
bool atRightBoundaryOfBidiRun(ShouldMatchBidiLevel,
unsigned char bidiLevelOfRun) const;
+ FloatPoint localToInvalidationBackingPoint(
+ const LayoutPoint& localPoint,
+ GraphicsLayer** graphicsLayerBacking) const;
+
LayoutObject* m_layoutObject;
InlineBox* m_inlineBox;
int m_offset;
« 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