blob: 9bcab1e7dcc5ef662f2a1ebeaff84e686c9ca079 [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 "src/core/SkNormalFlatSource.h"
#include "src/core/SkNormalMapSource.h"
#include "src/core/SkNormalSource.h"
// Generating vtable
SkNormalSource::~SkNormalSource() {}
void SkNormalSource::RegisterFlattenables() {
SK_REGISTER_FLATTENABLE(SkNormalMapSourceImpl);
SK_REGISTER_FLATTENABLE(SkNormalFlatSourceImpl);
}