Sample app uses Ganesh before calling SkGraphics::Init().
authormtklein <mtklein@chromium.org>
Tue, 9 Aug 2016 17:13:28 +0000 (10:13 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 9 Aug 2016 17:13:28 +0000 (10:13 -0700)
commit2ee6982d952faa8fd2aa09dec787bb5157840445
treedbf4b77c4fd973a60417db1ec8f49cd751ec0b4e
parent23d97760248300b7aec213a36f8b0485857240b5
Sample app uses Ganesh before calling SkGraphics::Init().

This causes inconsistent hashing.  Before Init(), we use portable Murmur3,
after a faster SSE4.2-based hash.

To fix, call SkGraphics::Init() first.

BUG=skia:5625
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2229853002

Review-Url: https://codereview.chromium.org/2229853002
src/views/mac/skia_mac.mm
src/views/unix/skia_unix.cpp
src/views/win/skia_win.cpp