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

Unified Diff: skia/BUILD.gn

Issue 2339353004: Remove SK_DECLARE_LEGACY_CREATE_FROM_FONTDATA. (Closed)
Patch Set: Properly remove the no longer existing virtuals. Created 4 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
« no previous file with comments | « content/child/font_warmup_win_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 03e547ef8f9f50879c852cbcf81972c19643e1a8..19ffd107022e410c297d8c9c87a204fc26cc20ca 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -48,10 +48,7 @@ config("skia_config") {
"//third_party/skia/include/utils",
]
- defines = [
- "SK_IGNORE_DW_GRAY_FIX",
- "SK_DECLARE_LEGACY_CREATE_FROM_FONTDATA",
- ]
+ defines = [ "SK_IGNORE_DW_GRAY_FIX" ]
defines += skia_for_chromium_defines
defines += []
« no previous file with comments | « content/child/font_warmup_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698