mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Issue #2488 - Part 3: Remove the StyleSetHandle smart pointer class
This commit is contained in:
parent
4d7bdedade
commit
4bf43b8fb4
58 changed files with 155 additions and 589 deletions
|
|
@ -24,8 +24,7 @@
|
|||
#include "nsNodeInfoManager.h"
|
||||
#include "nsRenderingContext.h"
|
||||
#include "mozilla/dom/Element.h"
|
||||
#include "mozilla/StyleSetHandle.h"
|
||||
#include "mozilla/StyleSetHandleInlines.h"
|
||||
#include "nsStyleSet.h"
|
||||
#include "nsThemeConstants.h"
|
||||
|
||||
#ifdef ACCESSIBILITY
|
||||
|
|
@ -84,7 +83,7 @@ nsRangeFrame::Init(nsIContent* aContent,
|
|||
}
|
||||
aContent->AddEventListener(NS_LITERAL_STRING("touchstart"), mDummyTouchListener, false);
|
||||
|
||||
StyleSetHandle styleSet = PresContext()->StyleSet();
|
||||
nsStyleSet* styleSet = PresContext()->StyleSet();
|
||||
|
||||
mOuterFocusStyle =
|
||||
styleSet->ProbePseudoElementStyle(aContent->AsElement(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue