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:
Timothy Nikkel 2013-05-03 17:31:08 -05:00
parent 4ac559870b
commit 4e24b17081
3 changed files with 2 additions and 3 deletions

View File

@ -26,6 +26,7 @@ EXPORTS += [
'nsIPageSequenceFrame.h',
'nsIScrollableFrame.h',
'nsIScrollbarOwner.h',
'nsIScrollPositionListener.h',
'nsIStatefulFrame.h',
'nsObjectFrame.h',
'nsQueryFrame.h',

View File

@ -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:

View File

@ -7,7 +7,6 @@
MODULE = 'view'
EXPORTS += [
'nsIScrollPositionListener.h',
'nsView.h',
'nsViewManager.h',
]