Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2237)

Unified Diff: content/browser/compositor/browser_compositor_ca_layer_tree_mac.h

Issue 634703003: Replacing the OVERRIDE with override and FINAL with final in content/browser/[accessibility|battery… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/compositor/browser_compositor_ca_layer_tree_mac.h
diff --git a/content/browser/compositor/browser_compositor_ca_layer_tree_mac.h b/content/browser/compositor/browser_compositor_ca_layer_tree_mac.h
index e4157b09956380d93c98a5d68556571747f4a18c..71787c67b705406d50a9ac2015ef0ff171545d3b 100644
--- a/content/browser/compositor/browser_compositor_ca_layer_tree_mac.h
+++ b/content/browser/compositor/browser_compositor_ca_layer_tree_mac.h
@@ -52,9 +52,9 @@ class BrowserCompositorCALayerTreeMac
private:
// IOSurfaceLayerClient implementation:
- virtual bool IOSurfaceLayerShouldAckImmediately() const OVERRIDE;
- virtual void IOSurfaceLayerDidDrawFrame() OVERRIDE;
- virtual void IOSurfaceLayerHitError() OVERRIDE;
+ virtual bool IOSurfaceLayerShouldAckImmediately() const override;
+ virtual void IOSurfaceLayerDidDrawFrame() override;
+ virtual void IOSurfaceLayerHitError() override;
void GotAcceleratedCAContextFrame(
CAContextID ca_context_id, gfx::Size pixel_size, float scale_factor);

Powered by Google App Engine
This is Rietveld 408576698