aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPaint.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-26 21:35:17 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-26 21:35:17 +0000
commit5007aab81ad1394f4ab7833ea230f6462aa07e69 (patch)
tree97876213d3c1e20f7ea77bf1d9898cb1f0aad675 /include/core/SkPaint.h
parent4ebe3821888d550d8a8b89341ec251ba942f0225 (diff)
Upstream changes from Android
R=scroggo@google.com, reed@google.com Author: djsollen@google.com Review URL: https://codereview.chromium.org/176963003 git-svn-id: http://skia.googlecode.com/svn/trunk@13600 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkPaint.h')
-rw-r--r--include/core/SkPaint.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h
index bf0f91ceb2..48cd573dc4 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);