Fix hunk lost in merge.

This commit is contained in:
Chris Jones 2010-09-13 19:51:52 -05:00
parent ee72f210ea
commit c9ae92ec81

View File

@ -1102,6 +1102,13 @@ public:
float GetXResolution() { return mXResolution; }
float GetYResolution() { return mYResolution; }
/**
* Dispatch a mouse move event based on the most recent mouse position if
* this PresShell is visible. This is used when the contents of the page
* moved (aFromScroll is false) or scrolled (aFromScroll is true).
*/
virtual void SynthesizeMouseMove(PRBool aFromScroll) = 0;
/**
* Refresh observer management.
*/