| Index: content/browser/renderer_host/compositing_iosurface_mac.mm
|
| diff --git a/content/browser/renderer_host/compositing_iosurface_mac.mm b/content/browser/renderer_host/compositing_iosurface_mac.mm
|
| index 8194c9d971b8fbd52dbfd681a2f6a60873580dbd..1a2007bbdb292eaece9e033be9d9ecf8acf99714 100644
|
| --- a/content/browser/renderer_host/compositing_iosurface_mac.mm
|
| +++ b/content/browser/renderer_host/compositing_iosurface_mac.mm
|
| @@ -630,6 +630,8 @@ void CompositingIOSurfaceMac::UnrefIOSurface() {
|
| }
|
|
|
| void CompositingIOSurfaceMac::DrawQuad(const SurfaceQuad& quad) {
|
| + TRACE_EVENT0("gpu", "CompositingIOSurfaceMac::DrawQuad");
|
| +
|
| glEnableClientState(GL_VERTEX_ARRAY); CHECK_AND_SAVE_GL_ERROR();
|
| glEnableClientState(GL_TEXTURE_COORD_ARRAY); CHECK_AND_SAVE_GL_ERROR();
|
|
|
|
|