blob: 4f1f574539ca3882cad805cbd93f0e3d943ccb3c [file] [log] [blame]
// Copyright 2015 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 "sky/compositor/layer_tree.h"
#include "sky/compositor/layer.h"
namespace sky {
LayerTree::LayerTree() {
}
LayerTree::~LayerTree() {
}
} // namespace sky