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:
cku 2017-01-24 23:04:20 +08:00
Родитель 41b81aba07
Коммит 56155d7ace
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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().