Index: include/gpu/GrShaderDataManager.h |
diff --git a/src/ports/SkFontMgr_win_gdi_factory.cpp b/include/gpu/GrShaderDataManager.h |
similarity index 55% |
copy from src/ports/SkFontMgr_win_gdi_factory.cpp |
copy to include/gpu/GrShaderDataManager.h |
index de68ae8d306f901140976ab9fb4f35f0c3b02f60..93d33b47a3fa8fd760158cebc25180316e3359b9 100644 |
--- a/src/ports/SkFontMgr_win_gdi_factory.cpp |
+++ b/include/gpu/GrShaderDataManager.h |
@@ -5,9 +5,9 @@ |
* found in the LICENSE file. |
*/ |
-#include "SkFontMgr.h" |
-#include "SkTypeface_win.h" |
+#ifndef GrShaderDataManager_DEFINED |
+#define GrShaderDataManager_DEFINED |
robertphillips
2015/07/07 17:27:35
Is the API going to be (short term) something like
|
-SkFontMgr* SkFontMgr::Factory() { |
- return SkFontMgr_New_GDI(); |
-} |
+class GrShaderDataManager {}; |
+ |
+#endif |