// Copyright 2014 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_RASTER_BITMAP_RASTER_BUFFER_PROVIDER_H_ #define CC_RASTER_BITMAP_RASTER_BUFFER_PROVIDER_H_ #include <stdint.h> #include <memory> #include <vector> #include "base/memory/raw_ptr.h" #include "cc/raster/raster_buffer_provider.h" namespace base { namespace trace_event { class ConvertableToTraceFormat; } } namespace cc { class LayerTreeFrameSink; class CC_EXPORT BitmapRasterBufferProvider : public RasterBufferProvider { … }; } // namespace cc #endif // CC_RASTER_BITMAP_RASTER_BUFFER_PROVIDER_H_