Added CancelReflowCommand
git-svn-id: svn://10.0.0.236/trunk@28922 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -180,6 +180,8 @@ public:
|
||||
|
||||
NS_IMETHOD AppendReflowCommand(nsIReflowCommand* aReflowCommand) = 0;
|
||||
|
||||
NS_IMETHOD CancelReflowCommand(nsIFrame* aTargetFrame) = 0;
|
||||
|
||||
NS_IMETHOD ProcessReflowCommands() = 0;
|
||||
|
||||
NS_IMETHOD ClearFrameRefs(nsIFrame* aFrame) = 0;
|
||||
|
||||
@@ -180,6 +180,8 @@ public:
|
||||
|
||||
NS_IMETHOD AppendReflowCommand(nsIReflowCommand* aReflowCommand) = 0;
|
||||
|
||||
NS_IMETHOD CancelReflowCommand(nsIFrame* aTargetFrame) = 0;
|
||||
|
||||
NS_IMETHOD ProcessReflowCommands() = 0;
|
||||
|
||||
NS_IMETHOD ClearFrameRefs(nsIFrame* aFrame) = 0;
|
||||
|
||||
Reference in New Issue
Block a user