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

Unified Diff: third_party/WebKit/Source/core/page/SpatialNavigation.h

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/page/SpatialNavigation.h
diff --git a/third_party/WebKit/Source/core/page/SpatialNavigation.h b/third_party/WebKit/Source/core/page/SpatialNavigation.h
index 9c83be630819fee5da1ee74be711d413b5b2880d..7c6d0f7152b4da42012f71afefc04a3255a383de 100644
--- a/third_party/WebKit/Source/core/page/SpatialNavigation.h
+++ b/third_party/WebKit/Source/core/page/SpatialNavigation.h
@@ -118,9 +118,9 @@ public:
// We handle differently visibleNode and FocusableNode to properly handle the areas of imagemaps,
// where visibleNode would represent the image element and focusableNode would represent the area element.
// In all other cases, visibleNode and focusableNode are one and the same.
- RawPtrWillBeMember<Node> visibleNode;
- RawPtrWillBeMember<Node> focusableNode;
- RawPtrWillBeMember<Node> enclosingScrollableBox;
+ Member<Node> visibleNode;
+ Member<Node> focusableNode;
+ Member<Node> enclosingScrollableBox;
double distance;
LayoutRect rect;
bool isOffscreen;
« no previous file with comments | « third_party/WebKit/Source/core/page/ScopedPageLoadDeferrer.h ('k') | third_party/WebKit/Source/core/page/TouchAdjustment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698