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

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGResources.h

Issue 2065593002: Unprefix the CSS 'filter' property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 6 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/layout/svg/SVGResources.h
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGResources.h b/third_party/WebKit/Source/core/layout/svg/SVGResources.h
index d3b806ecf13f2e15afd69171f930d7cb473a3645..bb487108b7880631cf731d2710a55c57dc2d68b0 100644
--- a/third_party/WebKit/Source/core/layout/svg/SVGResources.h
+++ b/third_party/WebKit/Source/core/layout/svg/SVGResources.h
@@ -28,6 +28,7 @@
namespace blink {
+class ComputedStyle;
class LayoutObject;
class LayoutSVGResourceClipper;
class LayoutSVGResourceContainer;
@@ -36,7 +37,6 @@ class LayoutSVGResourceMarker;
class LayoutSVGResourceMasker;
class LayoutSVGResourcePaintServer;
class SVGElement;
-class SVGComputedStyle;
// Holds a set of resources associated with a LayoutObject
class SVGResources {
@@ -44,7 +44,7 @@ class SVGResources {
public:
SVGResources();
- static PassOwnPtr<SVGResources> buildResources(const LayoutObject*, const SVGComputedStyle&);
+ static PassOwnPtr<SVGResources> buildResources(const LayoutObject*, const ComputedStyle&);
void layoutIfNeeded();
static bool supportsMarkers(const SVGElement&);

Powered by Google App Engine
This is Rietveld 408576698