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

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: Android build fix 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
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();

Powered by Google App Engine
This is Rietveld 408576698