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

Issue 5577047: Make SkRegion::operator== a member function, rather than a privately-declared (Closed)

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

Description

Make SkRegion::operator== a member function, rather than a privately-declared friend. Without this, calling code has access to operator==, but can fail to link because the implementation is assumed to have static linkage.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M include/core/SkRegion.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/core/SkRegion.cpp View 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 3
Wez
PTAL
12 years, 7 months ago (2012-01-25 21:33:06 UTC) #1
reed1
lgtm
12 years, 7 months ago (2012-01-25 21:49:02 UTC) #2
reed1
12 years, 7 months ago (2012-01-25 21:54:10 UTC) #3
committed in rev. 3088
Sign in to reply to this message.

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