| Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| index 1d001444ce2e754ec7ec735c6ddbb044172acd73..9be6d9b98f857c255187bec8021c143920a89ad0 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| @@ -194,7 +194,8 @@ void OffscreenCanvasFrameDispatcherImpl::dispatchFrame(
|
| const gfx::Rect bounds(m_width, m_height);
|
| const int renderPassId = 1;
|
| std::unique_ptr<cc::RenderPass> pass = cc::RenderPass::Create();
|
| - pass->SetAll(renderPassId, bounds, bounds, gfx::Transform(), false);
|
| + pass->SetNew(renderPassId, bounds, bounds, gfx::Transform());
|
| + pass->has_transparent_background = false;
|
|
|
| cc::SharedQuadState* sqs = pass->CreateAndAppendSharedQuadState();
|
| sqs->SetAll(gfx::Transform(), bounds.size(), bounds, bounds, false, 1.f,
|
|
|