michael@0: /* michael@0: * Copyright 2014 Google Inc. michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: #include "SkQuadTreePicture.h" michael@0: michael@0: #include "SkQuadTree.h" michael@0: michael@0: SkBBoxHierarchy* SkQuadTreePicture::createBBoxHierarchy() const { michael@0: return SkNEW_ARGS(SkQuadTree, (fBounds)); michael@0: }