blob: a3205d754489619446cca07a931eafc29f766b96 [file] [log] [blame]
// Copyright 2016 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 "cc/test/stub_layer_tree_host_client.h"
namespace cc {
StubLayerTreeHostClient::~StubLayerTreeHostClient() = default;
bool StubLayerTreeHostClient::IsForSubframe() {
return false;
}
} // namespace cc