| 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 7f8cce79e81f9f39f05c47d52c7f54024dfe6849..472f4cf68af1c37be09eaab36fcea182c9796a80 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| @@ -205,7 +205,6 @@ void OffscreenCanvasFrameDispatcherImpl::dispatchFrame(
|
| // Case 3: canvas is not gpu-accelerated, but compositor is
|
| commitType = CommitSoftwareCanvasGPUCompositing;
|
| setTransferableResourceToSharedGPUContext(resource, image);
|
| - yflipped = true;
|
| } else {
|
| // Case 4: both canvas and compositor are not gpu accelerated.
|
| commitType = CommitSoftwareCanvasSoftwareCompositing;
|
|
|