Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: third_party/WebKit/public/platform/WebMemoryPressureLevel.h

Issue 2086833005: align WebMemoryPressureLevel with MemoryPressureListener::MemoryPressureLevel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: check in render_thread_impl.cc Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698