Index: components/mus/public/cpp/window_surface_client.h |
diff --git a/components/mus/public/cpp/window_surface_client.h b/components/mus/public/cpp/window_surface_client.h |
index 64e50c1b885a5a3ad1639080b6c8a6894c4cfef4..22bde17ebc6d349679b7e0241fed781255c4a6cc 100644 |
--- a/components/mus/public/cpp/window_surface_client.h |
+++ b/components/mus/public/cpp/window_surface_client.h |
@@ -16,7 +16,7 @@ class WindowSurfaceClient { |
mojo::Array<mojom::ReturnedResourcePtr> resources) = 0; |
protected: |
- ~WindowSurfaceClient() {} |
+ virtual ~WindowSurfaceClient() {} |
}; |
} // namespace mus |