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

Unified Diff: third_party/WebKit/Source/core/svg/GradientAttributes.h

Issue 2790623002: Adding missing include in svg/GradientAttributes.h (Closed)
Patch Set: Created 3 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
« 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/svg/GradientAttributes.h
diff --git a/third_party/WebKit/Source/core/svg/GradientAttributes.h b/third_party/WebKit/Source/core/svg/GradientAttributes.h
index 8ca1ab318f0bd88df3055c5f216d4708200dece7..4499a56172d37def2691aade0b09a19c34a18a85 100644
--- a/third_party/WebKit/Source/core/svg/GradientAttributes.h
+++ b/third_party/WebKit/Source/core/svg/GradientAttributes.h
@@ -20,6 +20,7 @@
#ifndef GradientAttributes_h
#define GradientAttributes_h
+#include "core/svg/SVGGradientElement.h"
#include "core/svg/SVGUnitTypes.h"
#include "wtf/Allocator.h"
« 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