Index: content/browser/compositor/reflector_impl.h |
diff --git a/content/browser/compositor/reflector_impl.h b/content/browser/compositor/reflector_impl.h |
index 6123cb5e5efe6f77ca485486f031e22f04ed82c3..f771fe46c333596efac177ebc7fa35d9e758b9d4 100644 |
--- a/content/browser/compositor/reflector_impl.h |
+++ b/content/browser/compositor/reflector_impl.h |
@@ -53,7 +53,7 @@ class ReflectorImpl : public base::SupportsWeakPtr<ReflectorImpl>, |
BrowserCompositorOutputSurface* surface); |
// ui::Reflector implementation. |
- virtual void OnMirroringCompositorResized() override; |
+ void OnMirroringCompositorResized() override; |
// Called in |BrowserCompositorOutputSurface::SwapBuffers| to copy |
// the full screen image to the |texture_id_|. This must be called |
@@ -99,7 +99,7 @@ class ReflectorImpl : public base::SupportsWeakPtr<ReflectorImpl>, |
gpu::MailboxHolder mailbox_holder; |
}; |
- virtual ~ReflectorImpl(); |
+ ~ReflectorImpl() override; |
void AttachToOutputSurfaceOnImplThread( |
const gpu::MailboxHolder& mailbox_holder, |