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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutView.cpp

Issue 2702233003: Remove unused processedBlocks variable. (Closed)
Patch Set: Created 3 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/LayoutView.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutView.cpp b/third_party/WebKit/Source/core/layout/LayoutView.cpp
index cfaadacd7e9b7416b1e296619e9b3d9fc646b260..e45c1c65a613489d9d6068031845070f0e913c60 100644
--- a/third_party/WebKit/Source/core/layout/LayoutView.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutView.cpp
@@ -606,8 +606,6 @@ IntRect LayoutView::selectionBounds() {
}
void LayoutView::invalidatePaintForSelection() {
- HashSet<LayoutBlock*> processedBlocks;
-
LayoutObject* end =
layoutObjectAfterPosition(m_selectionEnd, m_selectionEndPos);
for (LayoutObject* o = m_selectionStart; o && o != end;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698