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

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

Issue 2860093003: Implement device-ram client hints header (Closed)
Patch Set: Fix FrameFetchContextTest 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/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index 341d7778edb36280a123eae782adea96e2d12616..9549e15fef9e4d023f81806990758bfbf79af48a 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -398,6 +398,7 @@ class CORE_EXPORT ChromeClient : public PlatformChromeClient {
WeakMember<Node> last_mouse_over_node_;
LayoutPoint last_tool_tip_point_;
String last_tool_tip_text_;
+ float device_ram_mb_;
FRIEND_TEST_ALL_PREFIXES(ChromeClientTest, SetToolTipFlood);
};

Powered by Google App Engine
This is Rietveld 408576698