mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
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:
parent
9693ed3b8b
commit
1ac1d6737d
@ -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().
|
||||
|
Loading…
Reference in New Issue
Block a user