skia2/modules
Brian Salomon 4e1066f248 Remove SkSize& SkSize::operator=(const SkISize&)
Having it means you cannot write:

SkSize size;
float x, y;
size = {x , y};

clang allows it but GCC does not, claiming it is ambiguous between the
implicitly generated
SkSize& SkSize::operator=(const SkSize&)
  and
SkSize& SkSize::operator=(const SkISize&)

clang gives the same error if the former is explicitly declared default.

Change-Id: I3b64436ef6aa669b3d87e7f37057c5dcb4add987
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/257880
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-12-04 17:36:06 +00:00
..
canvaskit [canvaskit] Add test and extern for MakeImage 2019-12-03 15:39:48 +00:00
particles Particles: Do a cleanup/standardization pass on the API 2019-12-03 20:06:18 +00:00
pathkit Reland "fix sense of ifdef for deprecated method" 2019-12-02 17:45:26 +00:00
skottie Remove SkSize& SkSize::operator=(const SkISize&) 2019-12-04 17:36:06 +00:00
skparagraph A new API call on Paragraph: a number of unresolved glyphs 2019-12-02 19:23:45 +00:00
skplaintexteditor tools/skui: put all enums in a common namespace 2019-08-29 15:39:32 +00:00
skresources Copy SkottieUtils' classes into skresources 2019-11-26 14:25:44 +00:00
sksg [skottie] Handle null mask filter effects gracefully 2019-11-26 19:09:04 +00:00
skshaper Fix windows DLL builds with shaper included 2019-11-19 14:50:12 +00:00