Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4349)

Issue 5596043: fix compilation errors when VISUALIZE_COMPLEX_CLIP is set (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 7 months ago by guanqun
Modified:
12 years, 7 months ago
Reviewers:
bsalomon
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk
Visibility:
Public.

Description

fix the following compilation errors When VISUALIZE_COMPLEX_CLIP is set to 1, there are four errors. This is due to the interface change. Fix it. ../src/gpu/GrGpu.cpp: In member function ‘bool GrGpu::setupClipAndFlushState(GrPrimitiveType)’: ../src/gpu/GrGpu.cpp:677:21: error: ‘class GrGpu’ has no member named ‘setColor’ ../src/gpu/GrGpu.cpp:698:29: error: ‘class GrGpu’ has no member named ‘setColor’ ../src/gpu/GrGpu.cpp:701:29: error: ‘class GrGpu’ has no member named ‘setColor’ ../src/gpu/GrGpu.cpp:705:25: error: ‘class GrGpu’ has no member named ‘setColor’ BUG= TEST=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/gpu/GrGpu.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2
guanqun
Please review. Thanks!
12 years, 7 months ago (2012-01-29 05:54:35 UTC) #1
bsalomon
12 years, 7 months ago (2012-01-30 14:20:05 UTC) #2
On 2012/01/29 05:54:35, guanqun wrote:
> Please review.
> Thanks!

Landed in r3100.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b