From 3176a7056aac9d59e563d664d95768da07a48703 Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Fri, 23 Apr 1999 19:57:03 +0000 Subject: [PATCH] Added CancelReflowCommand git-svn-id: svn://10.0.0.236/trunk@28922 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsIPresShell.h | 2 ++ mozilla/layout/base/public/nsIPresShell.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/mozilla/layout/base/nsIPresShell.h b/mozilla/layout/base/nsIPresShell.h index 6b2a9c04c62..adb387b7919 100644 --- a/mozilla/layout/base/nsIPresShell.h +++ b/mozilla/layout/base/nsIPresShell.h @@ -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; diff --git a/mozilla/layout/base/public/nsIPresShell.h b/mozilla/layout/base/public/nsIPresShell.h index 6b2a9c04c62..adb387b7919 100644 --- a/mozilla/layout/base/public/nsIPresShell.h +++ b/mozilla/layout/base/public/nsIPresShell.h @@ -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;