| 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..a2cfd6c3878780099fb4f37ce79747067425cdae 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);
|
| resetViewport(&error);
|
| }
|
|
|
|
|