mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1673073 - Include-what-you-use fixes. r=mstange
Differential Revision: https://phabricator.services.mozilla.com/D98558
This commit is contained in:
parent
ee021779b5
commit
94be450929
@ -19,8 +19,10 @@
|
||||
#include "nsTArray.h"
|
||||
#include "mozilla/gfx/2D.h"
|
||||
#include "mozilla/webrender/WebRenderTypes.h"
|
||||
#include "mozilla/ServoStyleConsts.h"
|
||||
|
||||
class gfxContext;
|
||||
class nsIContent;
|
||||
class nsIFrame;
|
||||
struct WrFiltersHolder;
|
||||
|
||||
@ -31,6 +33,10 @@ namespace dom {
|
||||
class UserSpaceMetrics;
|
||||
} // namespace dom
|
||||
|
||||
namespace image {
|
||||
struct imgDrawingParams;
|
||||
}
|
||||
|
||||
/**
|
||||
* This class performs all filter processing.
|
||||
*
|
||||
|
@ -7,6 +7,7 @@
|
||||
#ifndef LAYOUT_SVG_SVGFILTERPAINTCALLBACK_H_
|
||||
#define LAYOUT_SVG_SVGFILTERPAINTCALLBACK_H_
|
||||
|
||||
#include "gfxMatrix.h"
|
||||
#include "nsRect.h"
|
||||
|
||||
class nsIFrame;
|
||||
@ -14,6 +15,10 @@ class gfxContext;
|
||||
|
||||
namespace mozilla {
|
||||
|
||||
namespace image {
|
||||
struct imgDrawingParams;
|
||||
}
|
||||
|
||||
class SVGFilterPaintCallback {
|
||||
public:
|
||||
using imgDrawingParams = image::imgDrawingParams;
|
||||
|
Loading…
Reference in New Issue
Block a user