Bug 1224207 - Part 4. Move internal used member functions into private section. r=mstange

MozReview-Commit-ID: 1ciHcGFd5yU

--HG--
extra : rebase_source : 33eebdaac828d6f9551ed8ee38e55cd2e1f51e19
This commit is contained in:
cku 2017-01-24 23:04:20 +08:00
parent 9693ed3b8b
commit 1ac1d6737d

View File

@ -119,6 +119,7 @@ public:
const gfxRect *aOverrideBBox = nullptr,
const nsRect *aPreFilterBounds = nullptr);
private:
/**
* @param aTargetFrame The frame of the filtered element under consideration,
* may be null.
@ -201,7 +202,6 @@ public:
*/
nsRect ComputeSourceNeededRect();
/**
* Returns the transform from filter space to outer-<svg> device space.
*/
@ -209,7 +209,6 @@ public:
return mFilterSpaceToDeviceSpaceTransform;
}
private:
struct SourceInfo {
// Specifies which parts of the source need to be rendered.
// Set by ComputeNeededBoxes().