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

Unified Diff: content/browser/compositor/onscreen_display_client.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/onscreen_display_client.h
diff --git a/content/browser/compositor/onscreen_display_client.h b/content/browser/compositor/onscreen_display_client.h
index 919880fa93b476f4302ccc9cd4712eb971982d19..8b6445cdd335c0ef0fccac4cb16feb5437a7fccc 100644
--- a/content/browser/compositor/onscreen_display_client.h
+++ b/content/browser/compositor/onscreen_display_client.h
@@ -37,13 +37,13 @@ class OnscreenDisplayClient : cc::DisplayClient {
}
// cc::DisplayClient implementation.
- virtual void DisplayDamaged() OVERRIDE;
- virtual void DidSwapBuffers() OVERRIDE;
- virtual void DidSwapBuffersComplete() OVERRIDE;
+ virtual void DisplayDamaged() override;
+ virtual void DidSwapBuffers() override;
+ virtual void DidSwapBuffersComplete() override;
virtual void CommitVSyncParameters(base::TimeTicks timebase,
- base::TimeDelta interval) OVERRIDE;
- virtual void OutputSurfaceLost() OVERRIDE;
- virtual void SetMemoryPolicy(const cc::ManagedMemoryPolicy& policy) OVERRIDE;
+ base::TimeDelta interval) override;
+ virtual void OutputSurfaceLost() override;
+ virtual void SetMemoryPolicy(const cc::ManagedMemoryPolicy& policy) override;
private:
void ScheduleDraw();
« no previous file with comments | « content/browser/compositor/io_surface_context_mac.h ('k') | content/browser/compositor/overlay_candidate_validator_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698