chromium/third_party/skia/src/gpu/RectanizerPow2.cpp

/*
 * Copyright 2010 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "src/gpu/RectanizerPow2.h"

namespace skgpu {

bool RectanizerPow2::addRect(int width, int height, SkIPoint16* loc) {}

///////////////////////////////////////////////////////////////////////////////

// factory is now in RectanizerSkyline.cpp
//Rectanizer* Rectanizer::Factory(int width, int height) {
//    return new RectanizerPow2(width, height);
//}

}  // End of namespace skgpu