Skip to content

Commit

Permalink
Apply code format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen authored and actions-user committed Feb 28, 2022
1 parent b02fd53 commit cdd3b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion include/pag/pag.h
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,6 @@ class PAG_API PAGSurface {
bool contextAdopted = false;
GLRestorer* glRestorer = nullptr;


explicit PAGSurface(std::shared_ptr<Drawable> drawable, bool contextAdopted = false);

bool draw(RenderCache* cache, std::shared_ptr<Graphic> graphic, BackendSemaphore* signalSemaphore,
Expand Down
4 changes: 2 additions & 2 deletions src/rendering/utils/GLRestorer.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ class GLRestorer {
int blendSrcAlpha = 0;
int blendDstAlpha = 0;
};
}
} // namespace pag

#endif //PAG_GLRESTORER_H
#endif //PAG_GLRESTORER_H

0 comments on commit cdd3b99

Please sign in to comment.