| Index: third_party/WebKit/public/platform/WebMemoryPressureLevel.h
|
| diff --git a/third_party/WebKit/public/platform/WebMemoryPressureLevel.h b/third_party/WebKit/public/platform/WebMemoryPressureLevel.h
|
| index 7247eb4070c23f0a0084e02489b0bed11422f928..f80aa3d8667db000a9551894414e14b5b5e8ffc9 100644
|
| --- a/third_party/WebKit/public/platform/WebMemoryPressureLevel.h
|
| +++ b/third_party/WebKit/public/platform/WebMemoryPressureLevel.h
|
| @@ -10,9 +10,9 @@ namespace blink {
|
| // These number must correspond to
|
| // base::MemoryPressureListener::MemoryPressureLevel.
|
| enum WebMemoryPressureLevel {
|
| - WebMemoryPressureLevelNone = -1,
|
| - WebMemoryPressureLevelModerate = 0,
|
| - WebMemoryPressureLevelCritical = 2,
|
| + WebMemoryPressureLevelNone,
|
| + WebMemoryPressureLevelModerate,
|
| + WebMemoryPressureLevelCritical,
|
| };
|
|
|
| } // namespace blink
|
|
|