mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backing out 410489 to fix test failures
This commit is contained in:
parent
263df290c0
commit
3726209e83
@ -201,42 +201,10 @@ public:
|
||||
/* Update the cached RootViewManager pointer on this view manager. */
|
||||
void InvalidateHierarchy();
|
||||
|
||||
virtual void SetSuppressFocusEvents(PRBool aSuppress);
|
||||
|
||||
virtual PRBool GetSuppressFocusEvents()
|
||||
{
|
||||
return sSuppressFocusEvents;
|
||||
}
|
||||
|
||||
static void SetCurrentlyFocusedView(nsView *aView)
|
||||
{
|
||||
sCurrentlyFocusView = aView;
|
||||
}
|
||||
|
||||
static nsView* GetCurrentlyFocusedView()
|
||||
{
|
||||
return sCurrentlyFocusView;
|
||||
}
|
||||
|
||||
static void SetViewFocusedBeforeSuppression(nsView *aView)
|
||||
{
|
||||
sViewFocusedBeforeSuppression = aView;
|
||||
}
|
||||
|
||||
static nsView* GetViewFocusedBeforeSuppression()
|
||||
{
|
||||
return sViewFocusedBeforeSuppression;
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual ~nsViewManager();
|
||||
|
||||
private:
|
||||
|
||||
static nsView *sCurrentlyFocusView;
|
||||
static nsView *sViewFocusedBeforeSuppression;
|
||||
static PRBool sSuppressFocusEvents;
|
||||
|
||||
void FlushPendingInvalidates();
|
||||
void ProcessPendingUpdates(nsView *aView, PRBool aDoInvalidate);
|
||||
void ReparentChildWidgets(nsIView* aView, nsIWidget *aNewWidget);
|
||||
|
Loading…
Reference in New Issue
Block a user