зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1435285 - Remove invalid fwd-declaration of enum without explicit base type; while we're here, also remove an obsolete comment. r=emilio
This commit is contained in:
Родитель
6bbb5aa1c6
Коммит
0d85e1fefe
|
@ -23,8 +23,7 @@
|
||||||
#include "nsStyleStruct.h"
|
#include "nsStyleStruct.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* API for Servo to access Gecko data structures. This file must compile as valid
|
* API for Servo to access Gecko data structures.
|
||||||
* C code in order for the binding generator to parse it.
|
|
||||||
*
|
*
|
||||||
* Functions beginning with Gecko_ are implemented in Gecko and invoked from Servo.
|
* Functions beginning with Gecko_ are implemented in Gecko and invoked from Servo.
|
||||||
* Functions beginning with Servo_ are implemented in Servo and invoked from Gecko.
|
* Functions beginning with Servo_ are implemented in Servo and invoked from Gecko.
|
||||||
|
@ -41,7 +40,6 @@ namespace mozilla {
|
||||||
class SharedFontList;
|
class SharedFontList;
|
||||||
enum class CSSPseudoElementType : uint8_t;
|
enum class CSSPseudoElementType : uint8_t;
|
||||||
struct Keyframe;
|
struct Keyframe;
|
||||||
enum Side;
|
|
||||||
struct StyleTransition;
|
struct StyleTransition;
|
||||||
namespace css {
|
namespace css {
|
||||||
class ErrorReporter;
|
class ErrorReporter;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче