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

Unified Diff: mojo/examples/surfaces_app/child_gl_impl.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/examples/surfaces_app/child_gl_app.cc ('k') | mojo/examples/surfaces_app/child_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/surfaces_app/child_gl_impl.h
diff --git a/mojo/examples/surfaces_app/child_gl_impl.h b/mojo/examples/surfaces_app/child_gl_impl.h
index 57a6b234a0f64b70c2f85355ab9d2af01cd0b702..4c73e00daafb9ce1f5073d3da455c5d63e54a153 100644
--- a/mojo/examples/surfaces_app/child_gl_impl.h
+++ b/mojo/examples/surfaces_app/child_gl_impl.h
@@ -6,6 +6,7 @@
#define MOJO_EXAMPLES_SURFACES_APP_CHILD_GL_IMPL_H_
#include "base/containers/hash_tables.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/time/time.h"
@@ -39,14 +40,14 @@ class ChildGLImpl : public InterfaceImpl<Child>, public SurfaceClient {
virtual ~ChildGLImpl();
// SurfaceClient implementation
- virtual void ReturnResources(Array<ReturnedResourcePtr> resources) OVERRIDE;
+ virtual void ReturnResources(Array<ReturnedResourcePtr> resources) override;
private:
// Child implementation.
virtual void ProduceFrame(
ColorPtr color,
SizePtr size,
- const mojo::Callback<void(SurfaceIdPtr id)>& callback) OVERRIDE;
+ const mojo::Callback<void(SurfaceIdPtr id)>& callback) override;
void SurfaceConnectionCreated(SurfacePtr surface, uint32_t id_namespace);
void AllocateSurface();
« no previous file with comments | « mojo/examples/surfaces_app/child_gl_app.cc ('k') | mojo/examples/surfaces_app/child_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698