chromium/content/browser/renderer_host/delegated_frame_host_client_aura.cc

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

#include "content/browser/renderer_host/delegated_frame_host_client_aura.h"

#include "content/browser/renderer_host/render_widget_host_impl.h"
#include "content/browser/renderer_host/render_widget_host_view_aura.h"
#include "ui/aura/window.h"
#include "ui/aura/window_event_dispatcher.h"
#include "ui/aura/window_tree_host.h"
#include "ui/compositor/layer.h"

namespace content {

DelegatedFrameHostClientAura::DelegatedFrameHostClientAura(
    RenderWidgetHostViewAura* render_widget_host_view)
    :{}

DelegatedFrameHostClientAura::~DelegatedFrameHostClientAura() {}

ui::Layer* DelegatedFrameHostClientAura::DelegatedFrameHostGetLayer() const {}

bool DelegatedFrameHostClientAura::DelegatedFrameHostIsVisible() const {}

SkColor DelegatedFrameHostClientAura::DelegatedFrameHostGetGutterColor() const {}

void DelegatedFrameHostClientAura::OnFrameTokenChanged(
    uint32_t frame_token,
    base::TimeTicks activation_time) {}

float DelegatedFrameHostClientAura::GetDeviceScaleFactor() const {}

void DelegatedFrameHostClientAura::InvalidateLocalSurfaceIdOnEviction() {}

viz::FrameEvictorClient::EvictIds
DelegatedFrameHostClientAura::CollectSurfaceIdsForEviction() {}

bool DelegatedFrameHostClientAura::ShouldShowStaleContentOnEviction() {}

}  // namespace content