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

Unified Diff: mojo/examples/surfaces_app/child_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_impl.h ('k') | mojo/examples/surfaces_app/surfaces_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/surfaces_app/child_impl.h
diff --git a/mojo/examples/surfaces_app/child_impl.h b/mojo/examples/surfaces_app/child_impl.h
index ca65db0a7008529c440c98faaa623473db40ac2c..1cb887e01586f07bcb9bea4aeff26eac4cca01c3 100644
--- a/mojo/examples/surfaces_app/child_impl.h
+++ b/mojo/examples/surfaces_app/child_impl.h
@@ -5,6 +5,7 @@
#ifndef MOJO_EXAMPLES_SURFACES_APP_CHILD_IMPL_H_
#define MOJO_EXAMPLES_SURFACES_APP_CHILD_IMPL_H_
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "cc/surfaces/surface_id.h"
@@ -44,14 +45,14 @@ class ChildImpl : public InterfaceImpl<Child>, public SurfaceClient {
// SurfaceClient implementation
virtual void ReturnResources(
- Array<ReturnedResourcePtr> resources) OVERRIDE;
+ 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 Draw();
« no previous file with comments | « mojo/examples/surfaces_app/child_gl_impl.h ('k') | mojo/examples/surfaces_app/surfaces_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698