mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 868572. Move nsIScrollPositionListener file from view/ to layout/. r=mats
--HG-- rename : view/public/nsIScrollPositionListener.h => layout/generic/nsIScrollPositionListener.h
This commit is contained in:
parent
4ac559870b
commit
4e24b17081
@ -26,6 +26,7 @@ EXPORTS += [
|
||||
'nsIPageSequenceFrame.h',
|
||||
'nsIScrollableFrame.h',
|
||||
'nsIScrollbarOwner.h',
|
||||
'nsIScrollPositionListener.h',
|
||||
'nsIStatefulFrame.h',
|
||||
'nsObjectFrame.h',
|
||||
'nsQueryFrame.h',
|
||||
|
@ -10,8 +10,7 @@
|
||||
#include "nsCoord.h"
|
||||
|
||||
/**
|
||||
* Provides a way for a client of an nsIScrollableView to learn about scroll position
|
||||
* changes.
|
||||
* Provides a way to learn about scroll position changes of nsIScrollableFrame's.
|
||||
*/
|
||||
class nsIScrollPositionListener {
|
||||
public:
|
@ -7,7 +7,6 @@
|
||||
MODULE = 'view'
|
||||
|
||||
EXPORTS += [
|
||||
'nsIScrollPositionListener.h',
|
||||
'nsView.h',
|
||||
'nsViewManager.h',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user