| 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);
|
| };
|
|
|