Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Issue 662623003: Stop using AutoScratchTexture. (Closed)

Created:
6 years, 2 months ago by bsalomon
Modified:
6 years, 2 months ago
CC:
chromium-reviews, cc-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Stop using AutoScratchTexture. BUG=skia:2889 Committed: https://crrev.com/0ed1df255da6f2cc29ecb8e2df8adbb615127471 Cr-Commit-Position: refs/heads/master@{#299936}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Remove SkCanvas raw ptrs. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -19 lines) Patch
M cc/output/gl_renderer.cc View 1 7 chunks +16 lines, -19 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
bsalomon
Also addresses post-commit comments from: https://codereview.chromium.org/520793002/
6 years, 2 months ago (2014-10-16 15:30:46 UTC) #2
danakj
https://codereview.chromium.org/662623003/diff/1/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/662623003/diff/1/cc/output/gl_renderer.cc#newcode677 cc/output/gl_renderer.cc:677: SkCanvas* canvas = surface->getCanvas(); can you leave this as ...
6 years, 2 months ago (2014-10-16 15:34:01 UTC) #3
Stephen White
LGTM
6 years, 2 months ago (2014-10-16 15:37:38 UTC) #4
bsalomon
https://codereview.chromium.org/662623003/diff/1/cc/output/gl_renderer.cc File cc/output/gl_renderer.cc (right): https://codereview.chromium.org/662623003/diff/1/cc/output/gl_renderer.cc#newcode677 cc/output/gl_renderer.cc:677: SkCanvas* canvas = surface->getCanvas(); On 2014/10/16 15:34:01, danakj wrote: ...
6 years, 2 months ago (2014-10-16 16:38:57 UTC) #5
danakj
Thanks, LGTM
6 years, 2 months ago (2014-10-16 16:44:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/662623003/20001
6 years, 2 months ago (2014-10-16 16:54:59 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
6 years, 2 months ago (2014-10-16 18:29:28 UTC) #9
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/0ed1df255da6f2cc29ecb8e2df8adbb615127471 Cr-Commit-Position: refs/heads/master@{#299936}
6 years, 2 months ago (2014-10-16 18:30:45 UTC) #10
Sungmann Cho
This CL breaks current ToT. ../../cc/output/gl_renderer.cc:665:49: error: no member named 'refScratchTexture' in 'GrContext' skia::AdoptRef(use_gr_context->context()->refScratchTexture( ~~~~~~~~~~~~~~~~~~~~~~~~~ ...
6 years, 2 months ago (2014-10-18 15:10:18 UTC) #12
danakj
On 2014/10/18 15:10:18, Sungmann Cho wrote: > This CL breaks current ToT. > > ../../cc/output/gl_renderer.cc:665:49: ...
6 years, 2 months ago (2014-10-18 17:55:12 UTC) #13
Sungmann Cho
6 years, 2 months ago (2014-10-20 00:14:53 UTC) #14
Message was sent while issue was closed.
On 2014/10/18 17:55:12, danakj wrote:
> On 2014/10/18 15:10:18, Sungmann Cho wrote:
> > This CL breaks current ToT.
> > 
> > ../../cc/output/gl_renderer.cc:665:49: error: no member named
> > 'refScratchTexture' in 'GrContext'
> >       skia::AdoptRef(use_gr_context->context()->refScratchTexture(
> >                      ~~~~~~~~~~~~~~~~~~~~~~~~~  ^
> > ../../cc/output/gl_renderer.cc:826:49: error: no member named
> > 'refScratchTexture' in 'GrContext'
> >       skia::AdoptRef(use_gr_context->context()->refScratchTexture(
> >                      ~~~~~~~~~~~~~~~~~~~~~~~~~  ^
> 
> Hm, it passed the bots.. you sure you don't need to gclient sync a skia roll?

Oops. I missed gclient sync. Sorry about that! :(

Powered by Google App Engine
This is Rietveld 408576698