blob: 289bb7e88c8e8e01d01a37ef79bcaf73c6f7a735 [file] [log] [blame]
epoger@google.comec3ed6a2011-07-28 14:26:00 +00001/*
2 * Copyright 2011 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
reed@google.com58af9a62011-10-12 13:43:52 +00007
reed@android.com7d2e3222009-07-30 02:22:31 +00008#include "SkBlitRow.h"
9
10// Platform impl of Platform_procs with no overrides
11
reed@android.comf0f4e9a2009-11-13 19:00:49 +000012SkBlitRow::Proc32 SkBlitRow::PlatformProcs32(unsigned flags) {
halcanary96fcdcc2015-08-27 07:41:13 -070013 return nullptr;
senorblanco@chromium.org92727612009-11-04 20:51:06 +000014}