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

Unified Diff: Source/core/page/SpatialNavigation.cpp

Issue 371443002: Removing unused variables for parent in FocusCandidate (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 | « Source/core/page/SpatialNavigation.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/SpatialNavigation.cpp
diff --git a/Source/core/page/SpatialNavigation.cpp b/Source/core/page/SpatialNavigation.cpp
index 60e14b3ebd059915d8164c4f7f485de2d5e15b14..a4915b1aabccdeb86fa6cee25ca23058149767dd 100644
--- a/Source/core/page/SpatialNavigation.cpp
+++ b/Source/core/page/SpatialNavigation.cpp
@@ -59,9 +59,7 @@ FocusCandidate::FocusCandidate(Node* node, FocusType type)
, focusableNode(0)
, enclosingScrollableBox(0)
, distance(maxDistance())
- , parentDistance(maxDistance())
, alignment(None)
- , parentAlignment(None)
, isOffscreen(true)
, isOffscreenAfterScrolling(true)
{
« no previous file with comments | « Source/core/page/SpatialNavigation.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698