Index: src/gpu/gl/GrGLCaps.cpp |
diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp |
index f3e494acb90cfd2e1d1fd8003dd18ba395357988..abf2cb7d567a330597b500b753fc388c10499bc1 100644 |
--- a/src/gpu/gl/GrGLCaps.cpp |
+++ b/src/gpu/gl/GrGLCaps.cpp |
@@ -393,8 +393,9 @@ void GrGLCaps::init(const GrContextOptions& contextOptions, |
} else { |
if (version >= GR_GL_VER(3, 0) || ctxInfo.hasExtension("GL_NV_pixel_buffer_object")) { |
fTransferBufferType = kPBO_TransferBufferType; |
- } else if (ctxInfo.hasExtension("GL_CHROMIUM_pixel_transfer_buffer_object")) { |
- fTransferBufferType = kChromium_TransferBufferType; |
+// TODO: get transfer buffers working in Chrome |
+// } else if (ctxInfo.hasExtension("GL_CHROMIUM_pixel_transfer_buffer_object")) { |
+// fTransferBufferType = kChromium_TransferBufferType; |
} |
} |