blob: 947605bd0d89a07f574556998fb1f72d130eb228 [file] [log] [blame]
// Copyright 2021 Google LLC.
#ifndef Decorator_DEFINED
#define Decorator_DEFINED
#include "experimental/sktext/include/Processor.h"
namespace skia {
namespace text {
class Decorator {
bool process();
};
} // namespace text
} // namespace skia
#endif