diff options
author | djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-21 15:39:03 +0000 |
---|---|---|
committer | djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-21 15:39:03 +0000 |
commit | e63793a2c8d2871bf7d95195be7b93ff669688d7 (patch) | |
tree | 5b3f833f7cbb71470a9e2aba50e8dc7b2078e04b /include/utils | |
parent | 0ffc56f6745e3c5d9a9baa15a3259da5fea0f88a (diff) |
Upstream changes from Android repository.
Review URL: https://codereview.appspot.com/5752055
git-svn-id: http://skia.googlecode.com/svn/trunk@3449 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/utils')
-rw-r--r-- | include/utils/SkCamera.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/utils/SkCamera.h b/include/utils/SkCamera.h index 57521b84cf..1c4c1fbd7e 100644 --- a/include/utils/SkCamera.h +++ b/include/utils/SkCamera.h @@ -152,6 +152,9 @@ public: #ifdef SK_BUILD_FOR_ANDROID void setCameraLocation(SkScalar x, SkScalar y, SkScalar z); + SkScalar getCameraLocationX(); + SkScalar getCameraLocationY(); + SkScalar getCameraLocationZ(); #endif void getMatrix(SkMatrix*) const; |