Chromium Code Reviews| Index: third_party/WebKit/Source/web/InspectorEmulationAgent.cpp |
| diff --git a/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp b/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp |
| index 930c0d50bd2d6894507878f0a27fef8dbfd99310..58296430aeefc6e6afb61971c8573d8e1e1dff97 100644 |
| --- a/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp |
| +++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp |
| @@ -78,6 +78,7 @@ void InspectorEmulationAgent::disable(ErrorString*) { |
| setScriptExecutionDisabled(&error, false); |
| setTouchEmulationEnabled(&error, false, protocol::Maybe<String>()); |
| setEmulatedMedia(&error, String()); |
| + setCPUThrottlingRate(&error, 1.); |
|
dgozman
2016/10/08 00:37:36
I believe blink uses "1" in such cases :-)
alph
2016/10/08 00:40:43
thx
|
| resetViewport(&error); |
| } |