зеркало из https://github.com/mozilla/gecko-dev.git
Files aren't part of Mozilla build.
This commit is contained in:
Родитель
cd4edc3846
Коммит
90ca06ed8d
|
@ -42,11 +42,15 @@ public:
|
|||
nsIRenderingContext& aRenderingContext,
|
||||
const nsRect& aDirtyRect,
|
||||
nsFramePaintLayer aWhichLayer);
|
||||
|
||||
// This method paints a single row in the outliner.
|
||||
NS_IMETHOD PaintRow(int aRowIndex,
|
||||
nsIPresContext* aPresContext,
|
||||
nsIRenderingContext& aRenderingContext,
|
||||
const nsRect& aDirtyRect,
|
||||
nsFramePaintLayer aWhichLayer);
|
||||
|
||||
// This method paints a specific cell in a given row of the outliner.
|
||||
NS_IMETHOD PaintCell(int aRowIndex,
|
||||
const PRUnichar* aColID,
|
||||
nsIPresContext* aPresContext,
|
||||
|
|
|
@ -42,11 +42,15 @@ public:
|
|||
nsIRenderingContext& aRenderingContext,
|
||||
const nsRect& aDirtyRect,
|
||||
nsFramePaintLayer aWhichLayer);
|
||||
|
||||
// This method paints a single row in the outliner.
|
||||
NS_IMETHOD PaintRow(int aRowIndex,
|
||||
nsIPresContext* aPresContext,
|
||||
nsIRenderingContext& aRenderingContext,
|
||||
const nsRect& aDirtyRect,
|
||||
nsFramePaintLayer aWhichLayer);
|
||||
|
||||
// This method paints a specific cell in a given row of the outliner.
|
||||
NS_IMETHOD PaintCell(int aRowIndex,
|
||||
const PRUnichar* aColID,
|
||||
nsIPresContext* aPresContext,
|
||||
|
|
Загрузка…
Ссылка в новой задаче