summaryrefslogtreecommitdiffstats
path: root/dom/events/IMEStateManager.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-09 13:19:56 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-01-09 13:19:56 +0100
commit8ae047bbbf0a732744060878339b2f6fdf4ba909 (patch)
treef7048b107ae8a39499f5ad0b77b29b865af65693 /dom/events/IMEStateManager.h
parent1672355a777e96d2c92c308d2429247d6209999c (diff)
downloadUXP-8ae047bbbf0a732744060878339b2f6fdf4ba909.tar
UXP-8ae047bbbf0a732744060878339b2f6fdf4ba909.tar.gz
UXP-8ae047bbbf0a732744060878339b2f6fdf4ba909.tar.lz
UXP-8ae047bbbf0a732744060878339b2f6fdf4ba909.tar.xz
UXP-8ae047bbbf0a732744060878339b2f6fdf4ba909.zip
Issue #1348 - Part 2: Teach IMEState about Private Browsing mode.
Diffstat (limited to 'dom/events/IMEStateManager.h')
-rw-r--r--dom/events/IMEStateManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/events/IMEStateManager.h b/dom/events/IMEStateManager.h
index 7dfc48aa5..34509847f 100644
--- a/dom/events/IMEStateManager.h
+++ b/dom/events/IMEStateManager.h
@@ -247,6 +247,7 @@ protected:
nsIContent* aContent,
InputContextAction aAction);
static void SetIMEState(const IMEState &aState,
+ nsPresContext* aPresContext,
nsIContent* aContent,
nsIWidget* aWidget,
InputContextAction aAction);