blob: 81692c5f38ce8c1648427e6507715bd4ff178549 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/core/html/canvas/canvas_draw_listener.h"
namespace blink {
CanvasDrawListener::~CanvasDrawListener() = default;
CanvasDrawListener::CanvasDrawListener() = default;
} // namespace blink