Index: src/core/SkMipMapLevel.cpp |
diff --git a/src/ports/SkFontMgr_win_gdi_factory.cpp b/src/core/SkMipMapLevel.cpp |
similarity index 50% |
copy from src/ports/SkFontMgr_win_gdi_factory.cpp |
copy to src/core/SkMipMapLevel.cpp |
index de68ae8d306f901140976ab9fb4f35f0c3b02f60..95151161a11e5f8fe4ccea0f0a9acb9e6f106639 100644 |
--- a/src/ports/SkFontMgr_win_gdi_factory.cpp |
+++ b/src/core/SkMipMapLevel.cpp |
@@ -5,9 +5,10 @@ |
* found in the LICENSE file. |
*/ |
-#include "SkFontMgr.h" |
-#include "SkTypeface_win.h" |
-SkFontMgr* SkFontMgr::Factory() { |
- return SkFontMgr_New_GDI(); |
+#include "SkMipMapLevel.h" |
+ |
+SkMipMapLevel::SkMipMapLevel(const void* texels, size_t rowBytes) |
+ : fTexels( texels ), fRowBytes( rowBytes ) |
+{ |
} |