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

Unified Diff: src/core/SkGlyph.h

Issue 1808663004: Un-deprecate new methods to fix Android. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkGlyph.h
diff --git a/src/core/SkGlyph.h b/src/core/SkGlyph.h
index e55ed3b6ebbe527f27a929f1beed22327984e94c..55d5ddcf0512a4c7a5782864464eeb6127834f18 100644
--- a/src/core/SkGlyph.h
+++ b/src/core/SkGlyph.h
@@ -95,9 +95,9 @@ public:
}
#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
- SK_ATTR_DEPRECATED("Temporary accessor for Android.")
+ // Temporary accessor for Android.
SkFixed advanceXFixed() const { return fAdvanceX; }
- SK_ATTR_DEPRECATED("Temporary accessor for Android.")
+ // Temporary accessor for Android.
SkFixed advanceYFixed() const { return fAdvanceY; }
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698