Chromium Code Reviews| 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 9366ebfe73b95b24ce071896b444d2144c4c7587..730a8977ba8abd2cf9976348464def9d321cf4c4 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp |
| @@ -1350,7 +1350,6 @@ String HTMLCanvasElement::getIdFromControl(const Element* element) { |
| } |
| bool HTMLCanvasElement::createSurfaceLayer() { |
| - DCHECK(!m_surfaceLayerBridge); |
|
Justin Novosad
2016/11/02 20:00:11
I think this DCHECK should stay. It was probably
xlai (Olivia)
2016/11/02 20:07:50
Done.
|
| mojom::blink::OffscreenCanvasSurfacePtr service; |
| Platform::current()->interfaceProvider()->getInterface( |
| mojo::GetProxy(&service)); |