Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / widget / windows / OSKTabTipManager.h
blob231403375b7ebd27b42009f6f3171aacfd115022
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim:set ts=2 sts=2 sw=2 et cin: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #ifndef OSKTabTipManager_h
8 #define OSKTabTipManager_h
10 namespace mozilla {
11 namespace widget {
13 class OSKTabTipManager final {
14 public:
15 static void ShowOnScreenKeyboard();
16 static void DismissOnScreenKeyboard();
19 } // namespace widget
20 } // namespace mozilla
22 #endif // OSKTabTipManager_h