Disable AA for ovals and roundrects if MSAA is enabled.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 2 May 2013 13:11:22 +0000 (13:11 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 2 May 2013 13:11:22 +0000 (13:11 +0000)
commit37d883d9d3c5945e9d121830bdcd1935160fd53b
treebba207074ac7126dadc92c0376355a30d6a89395
parentf6a90332ae21414cf19630764d4371ffd24ac0cc
Disable AA for ovals and roundrects if MSAA is enabled.

Also remove GrPaint from a number of methods -- we only
use it to get the AA state.

R=bsalomon@google.com

Author: jvanverth@google.com

Review URL: https://chromiumcodereview.appspot.com/14109033

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