chromium/cc/layers/texture_layer_client.h

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

#ifndef CC_LAYERS_TEXTURE_LAYER_CLIENT_H_
#define CC_LAYERS_TEXTURE_LAYER_CLIENT_H_

#include "components/viz/common/resources/release_callback.h"

namespace viz {
struct TransferableResource;
}

namespace cc {
class SharedBitmapIdRegistrar;

class TextureLayerClient {};

}  // namespace cc

#endif  // CC_LAYERS_TEXTURE_LAYER_CLIENT_H_