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

Unified Diff: examples/sky_compositor_app/sky_compositor_app.cc

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch Created 5 years, 9 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 | « examples/recursive_content_handler/recursive_content_handler.cc ('k') | examples/surfaces_app/child_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/sky_compositor_app/sky_compositor_app.cc
diff --git a/examples/sky_compositor_app/sky_compositor_app.cc b/examples/sky_compositor_app/sky_compositor_app.cc
index 1a72095dfde9bb6d65afd1ceab420c6730998ae4..dd4589dfc3d626419fb3e8d04f6401ed456f9bfb 100644
--- a/examples/sky_compositor_app/sky_compositor_app.cc
+++ b/examples/sky_compositor_app/sky_compositor_app.cc
@@ -35,7 +35,7 @@ class SkyCompositorApp : public mojo::ApplicationDelegate,
public sky::LayerHostClient {
public:
SkyCompositorApp() : shell_(nullptr), view_(nullptr) {}
- virtual ~SkyCompositorApp() {}
+ ~SkyCompositorApp() override {}
void Initialize(mojo::ApplicationImpl* app) override {
shell_ = app->shell();
« no previous file with comments | « examples/recursive_content_handler/recursive_content_handler.cc ('k') | examples/surfaces_app/child_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698