mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1048752. Part 6: Remove 'virtual' declarations. r=tn
These used to be needed for linking with non-libxul builds, but are no longer needed. The obsolete comment is fixed in a later patch. --HG-- extra : rebase_source : 034f69b647bd64d4353e51a15e166094b7b2e638
This commit is contained in:
parent
069d4c4180
commit
8932f6dda1
@ -56,7 +56,7 @@ class nsCaret : public nsISelectionListener
|
||||
* @param outMakeVisible true if it is shown, false if it is hidden
|
||||
* @return NS_OK
|
||||
*/
|
||||
virtual nsresult GetCaretVisible(bool *outMakeVisible);
|
||||
nsresult GetCaretVisible(bool *outMakeVisible);
|
||||
/** SetCaretReadOnly set the appearance of the caret
|
||||
* @param inMakeReadonly true to show the caret in a 'read only' state,
|
||||
* false to show the caret in normal, editing state
|
||||
@ -96,9 +96,9 @@ class nsCaret : public nsISelectionListener
|
||||
* @param aRect must be non-null
|
||||
* @param aBidiIndicatorSize if non-null, set to the bidi indicator size.
|
||||
*/
|
||||
virtual nsIFrame* GetGeometry(nsISelection* aSelection,
|
||||
nsRect* aRect,
|
||||
nscoord* aBidiIndicatorSize = nullptr);
|
||||
nsIFrame* GetGeometry(nsISelection* aSelection,
|
||||
nsRect* aRect,
|
||||
nscoord* aBidiIndicatorSize = nullptr);
|
||||
/** GetCaretFrame
|
||||
* Get the current frame that the caret should be drawn in. If the caret is
|
||||
* not currently visible (i.e., it is between blinks), then this will
|
||||
|
Loading…
Reference in New Issue
Block a user