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

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

Issue 1455943002: [Oilpan] Prepare full definition of classes before using Member (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CORE_EXPORT Created 5 years, 1 month 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/InterpolationEnvironment.h
diff --git a/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h b/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
index 490619bfc782683bbbd247bfab7358e98f046cd4..10101ccd2558ebb40ecbceb3977e7f05cca7fca4 100644
--- a/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
+++ b/third_party/WebKit/Source/core/animation/InterpolationEnvironment.h
@@ -5,14 +5,14 @@
#ifndef InterpolationEnvironment_h
#define InterpolationEnvironment_h
+#include "core/svg/SVGElement.h"
+#include "core/svg/properties/SVGProperty.h"
#include "platform/heap/Handle.h"
#include "wtf/Allocator.h"
namespace blink {
class StyleResolverState;
-class SVGPropertyBase;
-class SVGElement;
class InterpolationEnvironment {
STACK_ALLOCATED();

Powered by Google App Engine
This is Rietveld 408576698