Index: content/browser/gpu/gpu_memory_buffer_factory_host_impl.h |
diff --git a/content/browser/gpu/gpu_memory_buffer_factory_host_impl.h b/content/browser/gpu/gpu_memory_buffer_factory_host_impl.h |
index 3566ad555a0f4ba824a18ab4772fc61eff6203f4..c57741cf6b55b5fe4d239982c61636688e761fa1 100644 |
--- a/content/browser/gpu/gpu_memory_buffer_factory_host_impl.h |
+++ b/content/browser/gpu/gpu_memory_buffer_factory_host_impl.h |
@@ -24,9 +24,9 @@ class CONTENT_EXPORT GpuMemoryBufferFactoryHostImpl |
const gfx::Size& size, |
unsigned internalformat, |
unsigned usage, |
- const CreateGpuMemoryBufferCallback& callback) OVERRIDE; |
+ const CreateGpuMemoryBufferCallback& callback) override; |
virtual void DestroyGpuMemoryBuffer(const gfx::GpuMemoryBufferHandle& handle, |
- int32 sync_point) OVERRIDE; |
+ int32 sync_point) override; |
void set_gpu_host_id(int gpu_host_id) { gpu_host_id_ = gpu_host_id; } |