Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: include/gpu/GrShaderDataManager.h

Issue 1225673007: Initial CL to create dummy GrShaderDataManager and thread it through (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-SkFontMgr* SkFontMgr::Factory() {
- return SkFontMgr_New_GDI();
-}
+class GrShaderDataManager {};
bsalomon 2015/07/08 14:56:03 I wonder if it should be ProcessorDataManager?
+
+#endif

Powered by Google App Engine
This is Rietveld 408576698