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_; |