Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Skija, prepare for truly MPP Skiko #150

Merged
merged 10 commits into from Sep 1, 2021
Merged

Remove Skija, prepare for truly MPP Skiko #150

merged 10 commits into from Sep 1, 2021

Conversation

olonho
Copy link
Contributor

@olonho olonho commented Aug 31, 2021

No description provided.

@olonho olonho requested a review from igordmn August 31, 2021 12:11
import org.jetbrains.skija.impl.RefCnt
import org.jetbrains.skija.impl.Native
import org.jetbrains.skija.impl.Stats

class RuntimeEffect @ApiStatus.Internal constructor(ptr: Long) : RefCnt(ptr) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skija was designed that it exposes all private code as public, so if we forget to implement something, users can implement it themselves.

Do we want to change this rule?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we are both vendors and users of Skiko, not sure if this is relevant in our case.

@olonho olonho merged commit 228274a into master Sep 1, 2021
@olonho olonho deleted the remove-skija branch September 1, 2021 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants