Revert of Work around exasperating Google3 Android build error. (patchset #1 id:1 of https://codereview.chromium.org/1649493005/ )

Reason for revert:
This workaround no longer seems to be necessary.

Original issue's description:
> Work around exasperating Google3 Android build error.
>
> BUG=skia:
> GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1649493005
>
> Committed: https://skia.googlesource.com/skia/+/900901fb1ba5170549670829fc8f9d9b590ff5f0

TBR=mtklein@google.com,reed@google.com
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=skia:

Review URL: https://codereview.chromium.org/1669663003
This commit is contained in:
benjaminwagner 2016-02-03 16:29:25 -08:00 committed by Commit bot
parent e1daa48b9a
commit ff172dab92
2 changed files with 0 additions and 5 deletions

View File

@ -263,9 +263,6 @@ private:
kModeCount = kLastMode + 1
};
// TODO(benjaminwagner): This is crazy, but it fixes the Google3 Android build. :-(
virtual void doNothing() const;
typedef SkFlattenable INHERITED;
};

View File

@ -1070,5 +1070,3 @@ bool SkXfermode::IsOpaque(const SkXfermode* xfer, SrcColorOpacity opacityType) {
SK_DEFINE_FLATTENABLE_REGISTRAR_GROUP_START(SkXfermode)
SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkProcCoeffXfermode)
SK_DEFINE_FLATTENABLE_REGISTRAR_GROUP_END
void SkXfermode::doNothing() const {}