Attempt to patch GR_STATIC_RECT_VB path

git-svn-id: http://skia.googlecode.com/svn/trunk@5988 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
robertphillips@google.com 2012-10-18 00:17:53 +00:00
Родитель c0e88e0d5d
Коммит ee0b693532
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -858,7 +858,8 @@ void GrContext::drawRectToRect(const GrPaint& paint,
if (NULL != srcMatrix) {
m.postConcat(*srcMatrix);
}
drawState->sampler(GrPaint::kFirstColorStage)->preConcatMatrix(m);
drawState->sampler(GrPaint::kFirstColorStage)->preConcatCoordChange(m);
const GrVertexBuffer* sqVB = fGpu->getUnitSquareVertexBuffer();
if (NULL == sqVB) {