blob: ee9b8c96fb14f18716cf72a9c6c2e6eb4d5a8f24 [file] [log] [blame]
/*
* Copyright 2014 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "include/core/SkBBHFactory.h"
#include "src/core/SkRTree.h"
sk_sp<SkBBoxHierarchy> SkRTreeFactory::operator()() const {
return sk_make_sp<SkRTree>();
}