// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/compositor/canvas_painter.h" #include "cc/paint/display_item_list.h" namespace ui { CanvasPainter::CanvasPainter(SkBitmap* output, const gfx::Size& output_size, float device_scale_factor, SkColor clear_color, bool is_pixel_canvas) : … { … } CanvasPainter::~CanvasPainter() { … } } // namespace ui