Bug 1671598 [wpt PR 26128] - [AspectRatio] Fix divide by zero with a small float...
[gecko.git] / widget / windows / nsNativeBasicThemeWin.h
blobc3a8df6a11af9cc8a654b41abc37c5e8b575e033
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
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 nsNativeBasicThemeWin_h
8 #define nsNativeBasicThemeWin_h
10 #include "nsNativeBasicTheme.h"
12 class nsNativeBasicThemeWin : public nsNativeBasicTheme {
13 public:
14 nsNativeBasicThemeWin() = default;
16 protected:
17 virtual ~nsNativeBasicThemeWin() = default;
20 #endif