Skip to content

Commit

Permalink
fix bookmaker nightly
Browse files Browse the repository at this point in the history
still investigating why MakeFromTexture example
crashes.

TBR=reed@google.com
NOTRY=true
Docs-Preview: https://skia.org/?cl=159149
Bug: skia:
Change-Id: I3d3b66ed7d1af76a67115fbee99410c81003859f
Reviewed-on: https://skia-review.googlesource.com/c/159149
Commit-Queue: Cary Clark <caryclark@google.com>
Auto-Submit: Cary Clark <caryclark@google.com>
Reviewed-by: Cary Clark <caryclark@google.com>
  • Loading branch information
cary-clark authored and Skia Commit-Bot committed Oct 3, 2018
1 parent 964aedb commit 08417bc
Show file tree
Hide file tree
Showing 5 changed files with 239 additions and 235 deletions.
3 changes: 2 additions & 1 deletion docs/SkImage_Reference.bmh
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,8 @@ if (!context) {
return;
}
auto debugster = [](SkImage::ReleaseContext releaseContext) -> void {
*((int *) releaseContext) += 128;
// broken
// *((int *) releaseContext) += 128;
};
int x = 0;
for (auto origin : { kBottomLeft_GrSurfaceOrigin, kTopLeft_GrSurfaceOrigin } ) {
Expand Down

0 comments on commit 08417bc

Please sign in to comment.