Index: third_party/WebKit/Source/core/paint/PartPainter.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PartPainter.cpp b/third_party/WebKit/Source/core/paint/PartPainter.cpp |
index 8af5a805d73b993ac02b39b64fca785e4c395103..fa2d3eaa7951e7b779b16bca750da7e1658b2b42 100644 |
--- a/third_party/WebKit/Source/core/paint/PartPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/PartPainter.cpp |
@@ -19,7 +19,7 @@ namespace blink { |
bool PartPainter::isSelected() const |
{ |
- SelectionState s = m_layoutPart.selectionState(); |
+ SelectionState s = m_layoutPart.getSelectionState(); |
if (s == SelectionNone) |
return false; |
if (s == SelectionInside) |