Index: third_party/WebKit/Source/core/layout/LayoutObject.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h |
index dbc9fcfd826dc59460ec6c67f43aad792e802027..7d8917214358fd0446d4d92421335ed3995d678f 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h |
@@ -1137,9 +1137,6 @@ public: |
Color selectionForegroundColor(const GlobalPaintFlags) const; |
Color selectionEmphasisMarkColor(const GlobalPaintFlags) const; |
- // Whether or not a given block needs to paint selection gaps. |
- virtual bool shouldPaintSelectionGaps() const { return false; } |
- |
/** |
* Returns the local coordinates of the caret within this layout object. |
* @param caretOffset zero-based offset determining position within the layout object. |