blob: 586bd3b7eef989289e4063bb7c404640c83ae2e4 [file] [log] [blame]
// Copyright 2019 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.
#ifndef CC_PAINT_PAINT_WORKLET_LAYER_PAINTER_H_
#define CC_PAINT_PAINT_WORKLET_LAYER_PAINTER_H_
#include "cc/cc_export.h"
namespace cc {
class CC_EXPORT PaintWorkletLayerPainter {
public:
virtual ~PaintWorkletLayerPainter() {}
// TODO(xidachen) add a PaintWorkletPaint function.
};
} // namespace cc
#endif // CC_PAINT_PAINT_WORKLET_LAYER_PAINTER_H_