| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| index 444ad8922b8965e76918db607fdc9a799e7523da..d7a9a685a9c3e67ac3f988d11535a7835a7e623c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
|
| @@ -1455,7 +1455,7 @@ void HTMLCanvasElement::CreateLayer() {
|
| layer_tree_view =
|
| frame->GetPage()->GetChromeClient().GetWebLayerTreeView(frame);
|
| surface_layer_bridge_ =
|
| - WTF::MakeUnique<CanvasSurfaceLayerBridge>(this, layer_tree_view);
|
| + WTF::MakeUnique<::blink::SurfaceLayerBridge>(this, layer_tree_view);
|
| // Creates a placeholder layer first before Surface is created.
|
| surface_layer_bridge_->CreateSolidColorLayer();
|
| }
|
|
|