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

Unified Diff: third_party/WebKit/Source/core/page/Page.h

Issue 2860093003: Implement device-ram client hints header (Closed)
Patch Set: Created 3 years, 7 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
Index: third_party/WebKit/Source/core/page/Page.h
diff --git a/third_party/WebKit/Source/core/page/Page.h b/third_party/WebKit/Source/core/page/Page.h
index e644faaeae13ee25d1b711e89c2bf3f8853501fc..2ccd53a5b71225710fb6a20a066a94c9afb9bcb9 100644
--- a/third_party/WebKit/Source/core/page/Page.h
+++ b/third_party/WebKit/Source/core/page/Page.h
@@ -347,6 +347,8 @@ class CORE_EXPORT Page final : public GarbageCollectedFinalized<Page>,
float device_scale_factor_;
+ float device_ram_;
+
PageVisibilityState visibility_state_;
bool is_cursor_visible_;

Powered by Google App Engine
This is Rietveld 408576698