cc: Don't analyze masks for solid color.
commit9c419a4f4834d8f799a0e1f7611314fc56ef6a4e
authorvmpstr <vmpstr@chromium.org>
Sat, 6 Sep 2014 10:43:37 +0000 (6 03:43 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 6 Sep 2014 10:45:17 +0000 (6 10:45 +0000)
treec5055547956d7c414e37afa21e11ad496595f4a2
parentba6f32e313f981c44ba555a05bbd353087428599
cc: Don't analyze masks for solid color.

We don't handle masks that are solid color. Also, I suspect that most
masks aren't solid color, so we shouldn't waste time analyzing them.

R=enne, danakj

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

Cr-Commit-Position: refs/heads/master@{#293606}
cc/layers/picture_layer_impl.cc