chromium/content/renderer/sad_plugin.cc

// 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.

#include "content/renderer/sad_plugin.h"

#include <algorithm>
#include <memory>

#include "cc/paint/paint_canvas.h"
#include "cc/paint/paint_flags.h"
#include "ui/gfx/geometry/rect.h"

namespace content {

void PaintSadPlugin(cc::PaintCanvas* webcanvas,
                    const gfx::Rect& plugin_rect,
                    const cc::PaintImage& sad_plugin_image) {}

}  // namespace content