Chromium Code Reviews| 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); |
| }; |