Include SkTypes so that SK_SUPPORT_GPU is meaningful.
authorscroggo <scroggo@google.com>
Tue, 4 Nov 2014 16:11:07 +0000 (08:11 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 4 Nov 2014 16:11:07 +0000 (08:11 -0800)
commitccae588932ac7966948ae9291f496fdb04901985
tree508d08ff2402c4c3af8c3ff1782b8bc50e07052a
parentf7007b023d03de0693a39cba45ecdcc63eb9950d
Include SkTypes so that SK_SUPPORT_GPU is meaningful.

For the Android framework build, we get our defines from
SkUserConfig, rather than from the makefile, so we need to
include it (via SkTypes) before we can use our defines.

Fixes Android framework build.

Review URL: https://codereview.chromium.org/700893002
src/core/SkMultiPictureDraw.cpp