Skip to content

Commit

Permalink
Make SkM44 public.
Browse files Browse the repository at this point in the history
Make SkM44 public to be used in embedders as SkMatrix44 is deprecated.

Bug: skia: None
Change-Id: I16ac43ec80026f1486bf151aabbd9940698be7ac
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/283836
Reviewed-by: Mike Reed <reed@google.com>
Auto-Submit: Prashant Nevase <prashant.n@samsung.com>
Commit-Queue: Mike Reed <reed@google.com>
  • Loading branch information
prashant-samsung authored and Skia Commit-Bot committed Apr 16, 2020
1 parent 56aa710 commit 7a9c9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/core/SkM44.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ struct SkV4 {
* +Y goes down
* +Z goes into the screen (away from the viewer)
*/
class SkM44 {
class SK_API SkM44 {
public:
SkM44(const SkM44& src) = default;
SkM44& operator=(const SkM44& src) = default;
Expand Down

0 comments on commit 7a9c9d6

Please sign in to comment.