OLD | NEW |
1 | |
2 /* | 1 /* |
3 * Copyright 2013 Google Inc. | 2 * Copyright 2013 Google Inc. |
4 * | 3 * |
5 * Use of this source code is governed by a BSD-style license that can be | 4 * Use of this source code is governed by a BSD-style license that can be |
6 * found in the LICENSE file. | 5 * found in the LICENSE file. |
7 */ | 6 */ |
8 | 7 |
9 #import "SkNSView.h" | 8 #include "SkDiscardableMemory.h" |
10 | 9 |
11 @interface SkExampleNSView : SkNSView | 10 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) { |
12 | 11 return NULL; |
13 @end | 12 } |
OLD | NEW |