| Index: content/renderer/child_frame_compositing_helper.h
|
| diff --git a/content/renderer/child_frame_compositing_helper.h b/content/renderer/child_frame_compositing_helper.h
|
| index 4ebfd594fc0ede17071fee0a07d540de4419afe4..aca87db35175088bd621df8ad44764150bf690c5 100644
|
| --- a/content/renderer/child_frame_compositing_helper.h
|
| +++ b/content/renderer/child_frame_compositing_helper.h
|
| @@ -74,7 +74,7 @@ class CONTENT_EXPORT ChildFrameCompositingHelper
|
| void ChildFrameGone();
|
|
|
| // cc::DelegatedFrameProviderClient implementation.
|
| - virtual void UnusedResourcesAreAvailable() OVERRIDE;
|
| + virtual void UnusedResourcesAreAvailable() override;
|
| void SetContentsOpaque(bool);
|
|
|
| protected:
|
|
|