16 lines
363 B
C++
16 lines
363 B
C++
|
// Copyright (c) 2016 GitHub, Inc.
|
||
|
// Use of this source code is governed by the MIT license that can be
|
||
|
// found in the LICENSE file.
|
||
|
|
||
|
#include "atom/renderer/atom_sandboxed_renderer_client.h"
|
||
|
|
||
|
namespace atom {
|
||
|
|
||
|
AtomSandboxedRendererClient::AtomSandboxedRendererClient() {
|
||
|
}
|
||
|
|
||
|
AtomSandboxedRendererClient::~AtomSandboxedRendererClient() {
|
||
|
}
|
||
|
|
||
|
} // namespace atom
|