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

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

Issue 2860093003: Implement device-ram client hints header (Closed)
Patch Set: Rebase 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 e45e26421e3903287138182d90ead4e517b09917..402f245900aad3130f5a2257b7a61a3411272c32 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -399,6 +399,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_;
haraken 2017/05/25 04:17:47 Is this unused?
fmeawad 2017/05/25 19:53:35 Yes, it was moved to blink_platform_impl, Sorry ab
FRIEND_TEST_ALL_PREFIXES(ChromeClientTest, SetToolTipFlood);
};

Powered by Google App Engine
This is Rietveld 408576698