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

Unified Diff: third_party/WebKit/Source/core/animation/InterpolationEnvironment.h

Issue 1430703002: Oilpan: fix build after r356804. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/animation/InterpolationEnvironment.h
diff --git a/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h b/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
index dc756bec4d477f3a28a9ef7eac19387b437e41ec..490619bfc782683bbbd247bfab7358e98f046cd4 100644
--- a/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
+++ b/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
@@ -5,6 +5,7 @@
#ifndef InterpolationEnvironment_h
#define InterpolationEnvironment_h
+#include "platform/heap/Handle.h"
#include "wtf/Allocator.h"
namespace blink {
@@ -38,8 +39,8 @@ public:
private:
StyleResolverState* m_state;
- SVGElement* m_svgElement;
- const SVGPropertyBase* m_svgBaseValue;
+ RawPtrWillBeMember<SVGElement> m_svgElement;
+ RawPtrWillBeMember<const SVGPropertyBase> m_svgBaseValue;
};
} // namespace blink
« 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