| 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 f2bbfe4b4ee75b6590921f7ff31219a014342071..174661efd175e51193ba36e67b8d1a98ce4b3e7c 100644
|
| --- a/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| +++ b/third_party/WebKit/Source/web/InspectorEmulationAgent.cpp
|
| @@ -188,7 +188,7 @@ Response InspectorEmulationAgent::setDefaultBackgroundColorOverride(
|
| Maybe<protocol::DOM::RGBA> color) {
|
| if (!color.isJust()) {
|
| // Clear the override and state.
|
| - webViewImpl()->setBaseBackgroundColorOverride(Color::transparent);
|
| + webViewImpl()->clearBaseBackgroundColorOverride();
|
| m_state->remove(EmulationAgentState::defaultBackgroundColorOverrideRGBA);
|
| return Response::OK();
|
| }
|
|
|