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

Unified Diff: mojo/services/gles2/mojo_buffer_backing.h

Issue 623573002: Mojo: Convert the remaining OVERRIDEs to override in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « mojo/services/gles2/command_buffer_impl.cc ('k') | mojo/services/html_viewer/html_document_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gles2/mojo_buffer_backing.h
diff --git a/mojo/services/gles2/mojo_buffer_backing.h b/mojo/services/gles2/mojo_buffer_backing.h
index 4048b6cbff2c097f9899e365b12ff7bda450c68f..9304df7a7d0a61410267d43e22dae1b28cdbc9b8 100644
--- a/mojo/services/gles2/mojo_buffer_backing.h
+++ b/mojo/services/gles2/mojo_buffer_backing.h
@@ -5,6 +5,7 @@
#ifndef MOJO_SERVICES_GLES2_MOJO_BUFFER_BACKING_H_
#define MOJO_SERVICES_GLES2_MOJO_BUFFER_BACKING_H_
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "gpu/command_buffer/common/buffer.h"
#include "mojo/public/cpp/system/core.h"
@@ -23,8 +24,8 @@ class MojoBufferBacking : public gpu::BufferBacking {
mojo::ScopedSharedBufferHandle handle,
size_t size);
- virtual void* GetMemory() const OVERRIDE;
- virtual size_t GetSize() const OVERRIDE;
+ virtual void* GetMemory() const override;
+ virtual size_t GetSize() const override;
private:
mojo::ScopedSharedBufferHandle handle_;
« no previous file with comments | « mojo/services/gles2/command_buffer_impl.cc ('k') | mojo/services/html_viewer/html_document_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698