Bug 1841966 - Fix verifyOpenLinkInNewPrivateTabContextMenuOptionTest UI test r=aaronmt
[gecko.git] / widget / cocoa / nsTouchBarUpdater.h
blob38039f69a0e6b126448abb77c671ff7660ab7168
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #ifndef nsTouchBarUpdater_h_
6 #define nsTouchBarUpdater_h_
8 #include "nsITouchBarUpdater.h"
9 #include "nsCocoaWindow.h"
11 class nsTouchBarUpdater : public nsITouchBarUpdater {
12 public:
13 nsTouchBarUpdater() {}
15 NS_DECL_ISUPPORTS
16 NS_DECL_NSITOUCHBARUPDATER
18 protected:
19 virtual ~nsTouchBarUpdater() {}
20 BaseWindow* GetCocoaWindow(nsIBaseWindow* aWindow);
23 #endif // nsTouchBarUpdater_h_