| Index: content/browser/compositor/io_surface_context_mac.h
|
| diff --git a/content/browser/compositor/io_surface_context_mac.h b/content/browser/compositor/io_surface_context_mac.h
|
| index 4cc04ceb19df33fc66f0c1e4b91264bbcb5d09b7..2654711668b37028e1581a7fde60af4dc8d5ee62 100644
|
| --- a/content/browser/compositor/io_surface_context_mac.h
|
| +++ b/content/browser/compositor/io_surface_context_mac.h
|
| @@ -45,7 +45,7 @@ class IOSurfaceContext
|
| CGLContextObj cgl_context() const { return cgl_context_; }
|
|
|
| // content::GpuDataManagerObserver implementation.
|
| - virtual void OnGpuSwitching() OVERRIDE;
|
| + virtual void OnGpuSwitching() override;
|
|
|
| private:
|
| friend class base::RefCounted<IOSurfaceContext>;
|
|
|