| Index: Source/platform/graphics/GraphicsLayerDebugInfo.cpp
|
| diff --git a/Source/platform/graphics/GraphicsLayerDebugInfo.cpp b/Source/platform/graphics/GraphicsLayerDebugInfo.cpp
|
| index 6e569120da635369a6c5cb80cce115827c6a62c1..0bc8464abb5958e0e265c29e5c3f1827fdf9b85d 100644
|
| --- a/Source/platform/graphics/GraphicsLayerDebugInfo.cpp
|
| +++ b/Source/platform/graphics/GraphicsLayerDebugInfo.cpp
|
| @@ -32,7 +32,7 @@ GraphicsLayerDebugInfo::GraphicsLayerDebugInfo()
|
|
|
| GraphicsLayerDebugInfo::~GraphicsLayerDebugInfo() { }
|
|
|
| -void GraphicsLayerDebugInfo::appendAsTraceFormat(blink::WebString* out) const
|
| +void GraphicsLayerDebugInfo::appendAsTraceFormat(WebString* out) const
|
| {
|
| RefPtr<JSONObject> jsonObject = JSONObject::create();
|
| appendLayoutRects(jsonObject.get());
|
|
|