| Index: cc/tiles/gpu_image_decode_controller.cc
|
| diff --git a/cc/tiles/gpu_image_decode_controller.cc b/cc/tiles/gpu_image_decode_controller.cc
|
| index e64c9230b2af896ae994b65c200a3ead761191b1..6f7951482e7959eb670744a20b0766afc9d83a72 100644
|
| --- a/cc/tiles/gpu_image_decode_controller.cc
|
| +++ b/cc/tiles/gpu_image_decode_controller.cc
|
| @@ -411,7 +411,7 @@ bool GpuImageDecodeController::OnMemoryDump(
|
| false /* flushPendingGrContextIO */))
|
| ->fID;
|
| base::trace_event::MemoryAllocatorDumpGuid guid =
|
| - gfx::GetGLTextureClientGUIDForTracing(
|
| + gl::GetGLTextureClientGUIDForTracing(
|
| context_->ContextSupport()->ShareGroupTracingGUID(), gl_id);
|
|
|
| // kImportance is somewhat arbitrary - we chose 3 to be higher than the
|
|
|