aae3cc4378
Change-Id: I66246d6c421cf91b459207d91e4899c4c030e45e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/248159 Reviewed-by: Ben Wagner aka dogben <benjaminwagner@google.com> Commit-Queue: Hal Canary <halcanary@google.com>
10 lines
319 B
C++
10 lines
319 B
C++
// Copyright 2019 Google LLC.
|
|
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
|
|
#include "tools/fiddle/examples.h"
|
|
// HASH=882e8e0103048009a25cfc20400492f7
|
|
REG_FIDDLE(incomplete, 256, 256, false, 0) {
|
|
void draw(SkCanvas* canvas) {
|
|
// incomplete
|
|
}
|
|
} // END FIDDLE
|