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

Unified Diff: third_party/WebKit/Source/core/animation/AnimationTimeline.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/animation/AnimationTimeline.h
diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.h b/third_party/WebKit/Source/core/animation/AnimationTimeline.h
index 8926e51f6d2cc3d70319fc5b6188984730e51c7f..324023a0479cfe39e41c15577546dd51b9535bf2 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.h
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.h
@@ -109,7 +109,7 @@ protected:
AnimationTimeline(Document*, PlatformTiming*);
private:
- RawPtrWillBeMember<Document> m_document;
+ Member<Document> m_document;
double m_zeroTime;
bool m_zeroTimeInitialized;
unsigned m_outdatedAnimationCount;

Powered by Google App Engine
This is Rietveld 408576698