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

Unified Diff: tools/VisualBench/VisualFlags.h

Issue 1304083007: Create module system for VisualBench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: address comment Created 5 years, 3 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: tools/VisualBench/VisualFlags.h
diff --git a/src/ports/SkFontMgr_win_gdi_factory.cpp b/tools/VisualBench/VisualFlags.h
similarity index 55%
copy from src/ports/SkFontMgr_win_gdi_factory.cpp
copy to tools/VisualBench/VisualFlags.h
index de68ae8d306f901140976ab9fb4f35f0c3b02f60..cd13e8ed38247cb5b7a542f0927b548e1d28c5a6 100644
--- a/src/ports/SkFontMgr_win_gdi_factory.cpp
+++ b/tools/VisualBench/VisualFlags.h
@@ -5,9 +5,11 @@
* found in the LICENSE file.
*/
-#include "SkFontMgr.h"
-#include "SkTypeface_win.h"
+#ifndef VisualFlags_DEFINED
+#define VisualFlags_DEFINED
-SkFontMgr* SkFontMgr::Factory() {
- return SkFontMgr_New_GDI();
-}
+#include "SkCommandLineFlags.h"
+
+DECLARE_int32(msaa);
+
+#endif

Powered by Google App Engine
This is Rietveld 408576698