fix compilation error in GrContext.cpp when PREFER_MSAA_OFFSCREEN_AA is enabled

http://codereview.appspot.com/5534068/



git-svn-id: http://skia.googlecode.com/svn/trunk@3009 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2012-01-11 16:00:42 +00:00
parent cff5608394
commit 337af1777a

View File

@ -809,7 +809,7 @@ void GrContext::setupOffscreenAAPass1(GrDrawTarget* target,
GrDrawState* drawState = target->drawState();
drawState->setRenderTarget(offRT0);
#if PREFER_MSAA_OFFSCREEN_AA
target->enableState(GrDrawState::kHWAntialias_StateBit);
drawState->enableState(GrDrawState::kHWAntialias_StateBit);
#endif
GrMatrix transM;