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

Issue 238923010: Remove unused endContext(). (Closed)

Created:
6 years, 8 months ago by scroggo
Modified:
6 years, 8 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Remove unused endContext(). Prior to r14216, this was called by SkBitmapProcShader::endContext. That call has been removed, and it its place, the SkBitmapProcShader destroys the SkBitmapProcState. All the work done by endContext() is done by the destructor, so this function is no longer needed.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -17 lines) Patch
M src/core/SkBitmapProcState.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/core/SkBitmapProcState.cpp View 1 chunk +0 lines, -11 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scroggo
6 years, 8 months ago (2014-04-17 14:03:52 UTC) #1
reed1
uncalled code should be deleted lgtm
6 years, 8 months ago (2014-04-17 14:25:08 UTC) #2
scroggo
6 years, 8 months ago (2014-04-22 18:59:40 UTC) #3
On 2014/04/17 14:25:08, reed1 wrote:
> uncalled code should be deleted
> 
> lgtm

This has been merged into https://codereview.chromium.org/207683004/

Powered by Google App Engine
This is Rietveld 408576698