| Index: ui/gl/gl_image_shared_memory.h
|
| diff --git a/ui/gl/gl_image_shared_memory.h b/ui/gl/gl_image_shared_memory.h
|
| index 447475f94d750f5d26934078ebf71c90d491a5a9..7de2189eea977aede4bb03478debfcdca6d6e109 100644
|
| --- a/ui/gl/gl_image_shared_memory.h
|
| +++ b/ui/gl/gl_image_shared_memory.h
|
| @@ -18,7 +18,7 @@ class GL_EXPORT GLImageSharedMemory : public GLImageMemory {
|
| bool Initialize(const gfx::GpuMemoryBufferHandle& handle);
|
|
|
| // Overridden from GLImage:
|
| - virtual void Destroy(bool have_context) OVERRIDE;
|
| + virtual void Destroy(bool have_context) override;
|
|
|
| protected:
|
| virtual ~GLImageSharedMemory();
|
|
|