mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Bug 1224207 - Part 4. Move internal used member functions into private section. r=mstange
MozReview-Commit-ID: 1ciHcGFd5yU --HG-- extra : rebase_source : 52315d4b2f9fd44d54a91b7b719f5f07959f2a32
This commit is contained in:
parent
41b81aba07
commit
56155d7ace
@ -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