Commit f07b107e authored by kipp%netscape.com's avatar kipp%netscape.com
Browse files

Added CancelReflowCommand

parent d31070ae
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
+2 −0
Original line number Diff line number Diff line
@@ -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;