| Index: src/gpu/gl/GrGLCaps.cpp
|
| diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp
|
| index 44bd6ce76f084aaee9c4dffa1c5e2a2270975cdf..9911d53f43c373d54cb88561d4269ea5e5361884 100644
|
| --- a/src/gpu/gl/GrGLCaps.cpp
|
| +++ b/src/gpu/gl/GrGLCaps.cpp
|
| @@ -52,8 +52,6 @@
|
| fDropsTileOnZeroDivide = false;
|
| fFBFetchSupport = false;
|
| fFBFetchNeedsCustomOutput = false;
|
| - fBindFBOToReadAndDrawForAddingAttachments = false;
|
| -
|
| fFBFetchColorName = NULL;
|
| fFBFetchExtensionString = NULL;
|
|
|
| @@ -101,7 +99,6 @@
|
| fFBFetchNeedsCustomOutput = caps.fFBFetchNeedsCustomOutput;
|
| fFBFetchColorName = caps.fFBFetchColorName;
|
| fFBFetchExtensionString = caps.fFBFetchExtensionString;
|
| - fBindFBOToReadAndDrawForAddingAttachments = caps.fBindFBOToReadAndDrawForAddingAttachments;
|
|
|
| return *this;
|
| }
|
| @@ -281,12 +278,6 @@
|
|
|
| this->initFSAASupport(ctxInfo, gli);
|
| this->initStencilFormats(ctxInfo);
|
| -
|
| -#ifdef SK_BUILD_FOR_MAC
|
| - // This relies on the fact that initFSAASupport() was already called.
|
| - fBindFBOToReadAndDrawForAddingAttachments = ctxInfo.isChromium() &&
|
| - this->usesMSAARenderBuffers();
|
| -#endif
|
|
|
| /**************************************************************************
|
| * GrDrawTargetCaps fields
|
|
|