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

Unified Diff: ui/ozone/platform/dri/dri_buffer.h

Issue 623293004: replace OVERRIDE and FINAL with override and final in ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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
« no previous file with comments | « ui/ozone/platform/dri/display_snapshot_dri.h ('k') | ui/ozone/platform/dri/dri_cursor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/dri/dri_buffer.h
diff --git a/ui/ozone/platform/dri/dri_buffer.h b/ui/ozone/platform/dri/dri_buffer.h
index 9b645aee36309b5d96cb21726207cb6218ec8e6b..773860f33ada6a04213f89c25c0a7f5b6c08ec7b 100644
--- a/ui/ozone/platform/dri/dri_buffer.h
+++ b/ui/ozone/platform/dri/dri_buffer.h
@@ -28,9 +28,9 @@ class DriBuffer : public ScanoutBuffer {
SkCanvas* GetCanvas() const;
// ScanoutBuffer:
- virtual uint32_t GetFramebufferId() const OVERRIDE;
- virtual uint32_t GetHandle() const OVERRIDE;
- virtual gfx::Size GetSize() const OVERRIDE;
+ virtual uint32_t GetFramebufferId() const override;
+ virtual uint32_t GetHandle() const override;
+ virtual gfx::Size GetSize() const override;
protected:
virtual ~DriBuffer();
@@ -59,7 +59,7 @@ class DriBufferGenerator : public ScanoutBufferGenerator {
virtual ~DriBufferGenerator();
// ScanoutBufferGenerator:
- virtual scoped_refptr<ScanoutBuffer> Create(const gfx::Size& size) OVERRIDE;
+ virtual scoped_refptr<ScanoutBuffer> Create(const gfx::Size& size) override;
private:
DriWrapper* dri_; // Not owned.
« no previous file with comments | « ui/ozone/platform/dri/display_snapshot_dri.h ('k') | ui/ozone/platform/dri/dri_cursor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698