16 lines
351 B
C++
16 lines
351 B
C++
|
// Copyright (c) 2015 GitHub, Inc.
|
||
|
// Use of this source code is governed by the MIT license that can be
|
||
|
// found in the LICENSE file.
|
||
|
|
||
|
#include "atom/renderer/guest_view_container.h"
|
||
|
|
||
|
namespace atom {
|
||
|
|
||
|
GuestViewContainer::GuestViewContainer(content::RenderFrame* render_frame) {
|
||
|
}
|
||
|
|
||
|
GuestViewContainer::~GuestViewContainer() {
|
||
|
}
|
||
|
|
||
|
} // namespace atom
|