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