Bug 1839315: part 4) Link from `SheetLoadData::mWasAlternate` to spec. r=emilio DONTBUILD
[gecko.git] / layout / style / UserAgentStyleSheetID.h
blob58de5cc6074262b10a0e02e227e41f0267008009
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
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 /* an identifier for User Agent style sheets */
9 #ifndef mozilla_UserAgentStyleSheetID_h
10 #define mozilla_UserAgentStyleSheetID_h
12 namespace mozilla {
14 enum class UserAgentStyleSheetID : uint8_t {
15 #define STYLE_SHEET(identifier_, url_, shared_) identifier_,
16 #include "mozilla/UserAgentStyleSheetList.h"
17 #undef STYLE_SHEET
18 Count
21 } // namespace mozilla
23 #endif // mozilla_UserAgentStyleSheetID_h