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

Unified Diff: include/core/SkPaint.h

Issue 176963003: Upstream changes from Android (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 10 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 | src/core/SkPaint.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPaint.h
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index bf0f91ceb25e896493afbb3c2e98f8291be56e13..48cd573dc4d115b59983d3b656ae13d0be7fd7d6 100644
--- a/include/core/SkPaint.h
+++ b/include/core/SkPaint.h
@@ -880,10 +880,6 @@ public:
const SkPoint pos[], SkPath* path) const;
#ifdef SK_BUILD_FOR_ANDROID
- const SkGlyph& getUnicharMetrics(SkUnichar, const SkMatrix*);
- const SkGlyph& getGlyphMetrics(uint16_t, const SkMatrix*);
- const void* findImage(const SkGlyph&, const SkMatrix*);
-
uint32_t getGenerationID() const;
void setGenerationID(uint32_t generationID);
« no previous file with comments | « no previous file | src/core/SkPaint.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698