summaryrefslogtreecommitdiff
path: root/chromium/components/services/paint_preview_compositor/paint_preview_frame.cc
blob: 131d199d644f55acfef8b7114704aa4e59ac00d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/services/paint_preview_compositor/paint_preview_frame.h"

namespace paint_preview {

PaintPreviewFrame::PaintPreviewFrame() = default;
PaintPreviewFrame::~PaintPreviewFrame() = default;

PaintPreviewFrame::PaintPreviewFrame(PaintPreviewFrame&& other) = default;
PaintPreviewFrame& PaintPreviewFrame::operator=(PaintPreviewFrame&& other) =
    default;

}  // namespace paint_preview