diff options
Diffstat (limited to 'gpu/config/dx_diag_node.cc')
-rw-r--r-- | gpu/config/dx_diag_node.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gpu/config/dx_diag_node.cc b/gpu/config/dx_diag_node.cc new file mode 100644 index 0000000..e0902ca --- /dev/null +++ b/gpu/config/dx_diag_node.cc @@ -0,0 +1,13 @@ +// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "gpu/config/dx_diag_node.h" + +namespace gpu { + +DxDiagNode::DxDiagNode() {} + +DxDiagNode::~DxDiagNode() {} + +} // namespace gpu |