Index: third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
index 8824f1de4756730f244e129af8dc8d505272bc2f..da672d75a7b1b8f2d150c2c4ef5c86e7ef97386b 100644 |
--- a/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
+++ b/third_party/WebKit/Source/core/layout/api/LineLayoutItem.h |
@@ -335,9 +335,9 @@ public: |
return m_layoutObject->hitTest(result, locationInContainer, accumulatedOffset, filter); |
} |
- SelectionState selectionState() const |
+ SelectionState getSelectionState() const |
{ |
- return m_layoutObject->selectionState(); |
+ return m_layoutObject->getSelectionState(); |
} |
Color selectionBackgroundColor() const |