1 /* 2 * Copyright 2024 Google LLC 3 * SPDX-License-Identifier: MIT 4 */ 5 6 #include "GfxStreamConnection.h" 7 GfxStreamConnection()8GfxStreamConnection::GfxStreamConnection() {} 9 ~GfxStreamConnection()10GfxStreamConnection::~GfxStreamConnection() {} 11