зеркало из https://github.com/mozilla/gecko-dev.git
Bug 526394. Part 28: Remove nsIScrollableFrame::GetScrollableView. r=mats
This commit is contained in:
Родитель
46e847c176
Коммит
e1cb17b65b
|
@ -433,9 +433,6 @@ public:
|
|||
virtual void CurPosAttributeChanged(nsIContent* aChild) {
|
||||
mInner.CurPosAttributeChanged(aChild);
|
||||
}
|
||||
virtual nsIScrollableView* GetScrollableView() {
|
||||
return mInner.GetScrollableView();
|
||||
}
|
||||
|
||||
// nsIStatefulFrame
|
||||
NS_IMETHOD SaveState(SpecialStateID aStateID, nsPresState** aState) {
|
||||
|
@ -671,9 +668,6 @@ public:
|
|||
virtual void CurPosAttributeChanged(nsIContent* aChild) {
|
||||
mInner.CurPosAttributeChanged(aChild);
|
||||
}
|
||||
virtual nsIScrollableView* GetScrollableView() {
|
||||
return mInner.GetScrollableView();
|
||||
}
|
||||
|
||||
// nsIStatefulFrame
|
||||
NS_IMETHOD SaveState(SpecialStateID aStateID, nsPresState** aState) {
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
|
||||
class nsBoxLayoutState;
|
||||
class nsIScrollPositionListener;
|
||||
class nsIScrollableView;
|
||||
|
||||
/**
|
||||
* Interface for frames that are scrollable. This interface exposes
|
||||
|
@ -195,9 +194,6 @@ public:
|
|||
* after being restored from history.
|
||||
*/
|
||||
NS_IMETHOD PostScrolledAreaEventForCurrentArea() = 0;
|
||||
|
||||
// OBSOLETE, will remove
|
||||
virtual nsIScrollableView* GetScrollableView() = 0;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче