Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 7a9c9d6

Browse files
prashant-samsungSkia Commit-Bot
authored and
Skia Commit-Bot
committed
Make SkM44 public.
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 <[email protected]> Auto-Submit: Prashant Nevase <[email protected]> Commit-Queue: Mike Reed <[email protected]>
1 parent 56aa710 commit 7a9c9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/core/SkM44.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ struct SkV4 {
119119
* +Y goes down
120120
* +Z goes into the screen (away from the viewer)
121121
*/
122-
class SkM44 {
122+
class SK_API SkM44 {
123123
public:
124124
SkM44(const SkM44& src) = default;
125125
SkM44& operator=(const SkM44& src) = default;

0 commit comments

Comments
 (0)