Fix for ovals failing on Xoom.
authorjvanverth@google.com <jvanverth@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 10 Sep 2013 18:24:37 +0000 (18:24 +0000)
committerjvanverth@google.com <jvanverth@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 10 Sep 2013 18:24:37 +0000 (18:24 +0000)
commit6cc8d4470df5fb2e8e4574bbfde1ebf82a3b7aef
tree47a1fa2241ef508c1cadc8c2e7f673fce0b35ee0
parent115fbf66a97cf9cb5f043804c8011f80c1da88af
Fix for ovals failing on Xoom.

The fallback path for ellipses when we don't have GLSL derivative
instructions was only setting one attribute in the effect stage, but
we use two attributes.

R=robertphillips@google.com

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

git-svn-id: http://skia.googlecode.com/svn/trunk@11184 2bbb7eff-a529-9590-31e7-b0007b416f81
src/gpu/GrOvalRenderer.cpp