blob: 71c7fb3bd6bde79cdfa21611233e8095a2d3817f [file] [log] [blame]
/*
* Copyright 2016 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SkNormalFlatSource.h"
#include "SkNormalMapSource.h"
#include "SkNormalSource.h"
// Generating vtable
SkNormalSource::~SkNormalSource() {}
void SkNormalSource::RegisterFlattenables() {
SK_REGISTER_FLATTENABLE(SkNormalMapSourceImpl)
SK_REGISTER_FLATTENABLE(SkNormalFlatSourceImpl)
}