Added CancelReflowCommand

git-svn-id: svn://10.0.0.236/trunk@28922 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com
1999-04-23 19:57:03 +00:00
parent 83d6aeb0ce
commit 3176a7056a
2 changed files with 4 additions and 0 deletions

View File

@@ -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;

View File

@@ -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;