summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/EditorBase.h
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-17 05:43:47 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-17 05:43:47 -0400
commit5a379a4b15b4da55f5fda0be56c43a85e0162f05 (patch)
treee6c9a862adf91d324d739c0c36ab6dc51b34138e /editor/libeditor/EditorBase.h
parent516fd67d506b8dd3c2721dfd1aa1bbef4a2eda6f (diff)
downloadUXP-5a379a4b15b4da55f5fda0be56c43a85e0162f05.tar
UXP-5a379a4b15b4da55f5fda0be56c43a85e0162f05.tar.gz
UXP-5a379a4b15b4da55f5fda0be56c43a85e0162f05.tar.lz
UXP-5a379a4b15b4da55f5fda0be56c43a85e0162f05.tar.xz
UXP-5a379a4b15b4da55f5fda0be56c43a85e0162f05.zip
Bug 1371170 - Add non-virtual EditorBase::GetSelectionController
Tag #1375
Diffstat (limited to 'editor/libeditor/EditorBase.h')
-rw-r--r--editor/libeditor/EditorBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/libeditor/EditorBase.h b/editor/libeditor/EditorBase.h
index 157623287..83917c150 100644
--- a/editor/libeditor/EditorBase.h
+++ b/editor/libeditor/EditorBase.h
@@ -453,6 +453,7 @@ protected:
*/
bool EnsureComposition(WidgetCompositionEvent* aCompositionEvent);
+ already_AddRefed<nsISelectionController> GetSelectionController();
nsresult GetSelection(SelectionType aSelectionType,
nsISelection** aSelection);