fixed re-resolve style contexts to handle local pseudo elements
and capture style change information git-svn-id: svn://10.0.0.236/trunk@35705 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsFrame.h"
|
||||
|
||||
class nsStyleChangeList;
|
||||
|
||||
class nsButtonFrameRenderer {
|
||||
public:
|
||||
|
||||
@@ -76,7 +78,10 @@ public:
|
||||
virtual nsMargin GetFullButtonBorderAndPadding();
|
||||
virtual nsMargin GetAddedButtonBorderAndPadding();
|
||||
|
||||
virtual void ReResolveStyles(nsIPresContext& aPresContext);
|
||||
virtual void ReResolveStyles(nsIPresContext& aPresContext,
|
||||
PRInt32 aParentChange,
|
||||
nsStyleChangeList* aChangeList,
|
||||
PRInt32* aLocalChange);
|
||||
|
||||
virtual void Redraw();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user