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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.h

Issue 1642223002: Delete selection gap code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Integrate feedback. Created 4 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
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.
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698