// Copyright 2017 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_PAINT_PAINT_RECORDER_H_ #define CC_PAINT_PAINT_RECORDER_H_ #include <memory> #include "base/compiler_specific.h" #include "cc/paint/paint_record.h" #include "cc/paint/record_paint_canvas.h" #include "ui/gfx/geometry/size.h" namespace cc { class CC_PAINT_EXPORT PaintRecorder { … }; class CC_PAINT_EXPORT InspectablePaintRecorder { … }; } // namespace cc #endif // CC_PAINT_PAINT_RECORDER_H_