зеркало из https://github.com/mozilla/pjs.git
Updated args to use ptrs instead of refs
This commit is contained in:
Родитель
15a1e2f34d
Коммит
d0ad3b5946
|
@ -413,14 +413,14 @@ public:
|
||||||
|
|
||||||
// Justification helper method that is used to remove trailing
|
// Justification helper method that is used to remove trailing
|
||||||
// whitespace before justification.
|
// whitespace before justification.
|
||||||
NS_IMETHOD TrimTrailingWhiteSpace(nsIPresContext& aPresContext,
|
NS_IMETHOD TrimTrailingWhiteSpace(nsIPresContext* aPresContext,
|
||||||
nsIRenderingContext& aRC,
|
nsIRenderingContext& aRC,
|
||||||
nscoord& aDeltaWidth) = 0;
|
nscoord& aDeltaWidth) = 0;
|
||||||
|
|
||||||
// Any objects in the frame that impact the spacemanager (e.g. a
|
// Any objects in the frame that impact the spacemanager (e.g. a
|
||||||
// floater) are to be moved in the spacemanager by the given delta
|
// floater) are to be moved in the spacemanager by the given delta
|
||||||
// values.
|
// values.
|
||||||
NS_IMETHOD MoveInSpaceManager(nsIPresContext& aPresContext,
|
NS_IMETHOD MoveInSpaceManager(nsIPresContext* aPresContext,
|
||||||
nsISpaceManager* aSpaceManager,
|
nsISpaceManager* aSpaceManager,
|
||||||
nscoord aDeltaX, nscoord aDeltaY) = 0;
|
nscoord aDeltaX, nscoord aDeltaY) = 0;
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче