| Index: src/gpu/gl/GrGLInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp
|
| index d134cd56c82df3962949f3b6bf37effc9bb5c76f..bc2600c90ab254072ee5fa28913ceffbf0260ef3 100644
|
| --- a/src/gpu/gl/GrGLInterface.cpp
|
| +++ b/src/gpu/gl/GrGLInterface.cpp
|
| @@ -325,12 +325,15 @@ bool GrGLInterface::validate() const {
|
| }
|
| }
|
|
|
| +// FIXME: Remove this once Chromium is updated to provide this function
|
| +#if 0
|
| if (fExtensions.has("GL_KHR_blend_equation_advanced") ||
|
| fExtensions.has("GL_NV_blend_equation_advanced")) {
|
| if (NULL == fFunctions.fBlendBarrier) {
|
| RETURN_FALSE_INTERFACE
|
| }
|
| }
|
| +#endif
|
|
|
| if (fExtensions.has("GL_EXT_discard_framebuffer")) {
|
| // FIXME: Remove this once Chromium is updated to provide this function
|
|
|