зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1309109 part 1 - Change underlying type of StyleBackendType to uint8_t. r=heycam
MozReview-Commit-ID: B6TmOq6elfs --HG-- extra : source : f7771920c448c382f215356275cb321a6943972e
This commit is contained in:
Родитель
2e8b536eff
Коммит
81f82ea36e
|
@ -12,7 +12,7 @@ namespace mozilla {
|
|||
/**
|
||||
* Enumeration that represents one of the two supported style system backends.
|
||||
*/
|
||||
enum class StyleBackendType : int
|
||||
enum class StyleBackendType : uint8_t
|
||||
{
|
||||
Gecko = 1,
|
||||
Servo
|
||||
|
|
Загрузка…
Ссылка в новой задаче