| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| index d8215bb2a7870fd1b13a535861a379f810733f87..a13390bcfaf9a48510b947eb9c8690a22425bec7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
|
| @@ -388,6 +388,7 @@ private:
|
| const bool m_discardFramebufferSupported;
|
| const bool m_wantAlphaChannel;
|
| const bool m_premultipliedAlpha;
|
| + const bool m_softwareRendering;
|
| bool m_hasImplicitStencilBuffer = false;
|
| bool m_storageTextureSupported = false;
|
| struct FrontBufferInfo {
|
|
|