blob: 59daa572223d81832775691f2ce021112238d95f [file] [log] [blame]
// Copyright 2021 Google LLC.
#include "experimental/sktext/src/Decorator.h"
namespace skia {
namespace text {
bool Decorator::process() {
// TODO: Decorate the text
return true;
}
} // namespace text
} // namespace skia