gpu: Add Android build fingerprint to shader hash
commit32b8cc447f8542f6463120af1eb33666275e2f2c
authorsievers <sievers@chromium.org>
Tue, 9 Jun 2015 18:24:08 +0000 (9 11:24 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 9 Jun 2015 18:24:29 +0000 (9 18:24 +0000)
tree36943f6ba2f0875642de0fb5ba0bb8e16b3244f1
parent8c7ef2a90c8408b23affbac30dfd67a10bc7056b
gpu: Add Android build fingerprint to shader hash

BUG=486117

This is used for the disk cache and avoids potential driver bugs from
using an incompatible shader binary (although really glProgramBinary
should handle it and fail).

NOTRY=True

Review URL: https://codereview.chromium.org/1169923006

Cr-Commit-Position: refs/heads/master@{#333533}
content/browser/gpu/gpu_process_host.cc