diff options
Diffstat (limited to 'gpu/command_buffer/service/mailbox_manager_sync.cc')
-rw-r--r-- | gpu/command_buffer/service/mailbox_manager_sync.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/command_buffer/service/mailbox_manager_sync.cc b/gpu/command_buffer/service/mailbox_manager_sync.cc index 94aa1d7..8391450 100644 --- a/gpu/command_buffer/service/mailbox_manager_sync.cc +++ b/gpu/command_buffer/service/mailbox_manager_sync.cc @@ -273,7 +273,7 @@ void MailboxManagerSync::UpdateDefinitionLocked( if (SkipTextureWorkarounds(texture)) return; - gfx::GLImage* image = texture->GetLevelImage(texture->target(), 0); + gl::GLImage* image = texture->GetLevelImage(texture->target(), 0); TextureGroup* group = group_ref->group.get(); const TextureDefinition& definition = group->GetDefinition(); scoped_refptr<NativeImageBuffer> image_buffer = definition.image(); |