Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
This commit is contained in:
@@ -205,7 +205,7 @@ protected:
|
||||
NS_DECLARE_FRAME_PROPERTY_WITHOUT_DTOR(TextControlInitializer,
|
||||
EditorInitializer)
|
||||
|
||||
class EditorInitializer : public nsRunnable {
|
||||
class EditorInitializer : public mozilla::Runnable {
|
||||
public:
|
||||
explicit EditorInitializer(nsTextControlFrame* aFrame) :
|
||||
mFrame(aFrame) {}
|
||||
@@ -224,7 +224,7 @@ protected:
|
||||
class ScrollOnFocusEvent;
|
||||
friend class ScrollOnFocusEvent;
|
||||
|
||||
class ScrollOnFocusEvent : public nsRunnable {
|
||||
class ScrollOnFocusEvent : public mozilla::Runnable {
|
||||
public:
|
||||
explicit ScrollOnFocusEvent(nsTextControlFrame* aFrame) :
|
||||
mFrame(aFrame) {}
|
||||
|
||||
Reference in New Issue
Block a user