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

Unified Diff: blimp/client/core/switches/blimp_client_switches.h

Issue 2500643002: Add skia extension to allow setting default fontmgr on linux. Use it to allow the linux blimp clien… (Closed)
Patch Set: Rebase to deal with merge conflict Created 4 years, 1 month 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: blimp/client/core/switches/blimp_client_switches.h
diff --git a/blimp/client/core/switches/blimp_client_switches.h b/blimp/client/core/switches/blimp_client_switches.h
index 4a0658f16307d610bf48b5cf5d3320c8a59846e7..d376a9684da1db59b41a1238d3d87163aec662fb 100644
--- a/blimp/client/core/switches/blimp_client_switches.h
+++ b/blimp/client/core/switches/blimp_client_switches.h
@@ -36,6 +36,9 @@ extern const char kEngineTransport[];
// Enables downloading the complete page from the engine.
extern const char kDownloadWholeDocument[];
+// Specifies directory where android fonts are stored for use in Linux client.
+extern const char kAndroidFontsPath[];
+
} // namespace switches
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698