| 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 326712afcbc2f0488f9b643f30838e9d9ef96685..c491a6ca4fec1ed91c5d175d46417e48aa402313 100644
|
| --- a/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| +++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| @@ -60,6 +60,7 @@ void InspectorEmulationAgent::disable(ErrorString*)
|
| ErrorString error;
|
| setScriptExecutionDisabled(&error, false);
|
| setTouchEmulationEnabled(&error, false, protocol::Maybe<String>());
|
| + setCPUThrottlingRate(&error, 1);
|
| setEmulatedMedia(&error, String());
|
| }
|
|
|
|
|