chromium/chrome/browser/vr/elements/transient_element.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/vr/elements/transient_element.h"
#include "base/functional/callback_helpers.h"

namespace vr {

TransientElement::TransientElement(const base::TimeDelta& timeout)
    :{}

TransientElement::~TransientElement() {}

void TransientElement::SetVisible(bool visible) {}

void TransientElement::SetVisibleImmediately(bool visible) {}

void TransientElement::RefreshVisible() {}

void TransientElement::Reset() {}

SimpleTransientElement::SimpleTransientElement(const base::TimeDelta& timeout)
    :{}

SimpleTransientElement::~SimpleTransientElement() {}

bool SimpleTransientElement::OnBeginFrame(const gfx::Transform& head_pose) {}

}  // namespace vr