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

Unified Diff: third_party/WebKit/Source/web/ViewportAnchor.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/web/ViewportAnchor.h
diff --git a/third_party/WebKit/Source/web/ViewportAnchor.h b/third_party/WebKit/Source/web/ViewportAnchor.h
index 0726c17d675fd67cf4f4abbac71785632f2c86d4..187aaa108240e598abf92dd4954242a19f7454ee 100644
--- a/third_party/WebKit/Source/web/ViewportAnchor.h
+++ b/third_party/WebKit/Source/web/ViewportAnchor.h
@@ -51,8 +51,8 @@ protected:
{
}
- RawPtrWillBeMember<FrameView> m_rootFrameView;
- RawPtrWillBeMember<VisualViewport> m_visualViewport;
+ Member<FrameView> m_rootFrameView;
+ Member<VisualViewport> m_visualViewport;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp ('k') | third_party/WebKit/Source/web/WebDOMEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698