Index: src/ports/SkDiscardableMemory_none.cpp |
diff --git a/experimental/SkiaExamples/SkExampleNSView.h b/src/ports/SkDiscardableMemory_none.cpp |
similarity index 55% |
copy from experimental/SkiaExamples/SkExampleNSView.h |
copy to src/ports/SkDiscardableMemory_none.cpp |
index 755fcdeb496c2972cbb786799d9a427e2a22ccce..6559097e625aa2646caee81e370c0b6687db2781 100644 |
--- a/experimental/SkiaExamples/SkExampleNSView.h |
+++ b/src/ports/SkDiscardableMemory_none.cpp |
@@ -1,4 +1,3 @@ |
- |
/* |
* Copyright 2013 Google Inc. |
* |
@@ -6,8 +5,8 @@ |
* found in the LICENSE file. |
*/ |
-#import "SkNSView.h" |
- |
-@interface SkExampleNSView : SkNSView |
+#include "SkDiscardableMemory.h" |
-@end |
+SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) { |
+ return NULL; |
+} |