commit | 75847199c25121c9989e8dba103ac6002d2132d6 | [log] [tgz] |
---|---|---|
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Jan 28 20:53:22 2013 +0000 |
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Jan 28 20:53:22 2013 +0000 |
tree | 492ea37d349183be918a0ce3b3e9193d7d7da122 | |
parent | b941bb346549c51c3d1c1578b4f6bc7f4d8436a8 [diff] [blame] |
fix build Review URL: https://codereview.appspot.com/7229052 git-svn-id: http://skia.googlecode.com/svn/trunk@7426 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp index 41029f4..50d4741 100644 --- a/src/gpu/GrContext.cpp +++ b/src/gpu/GrContext.cpp
@@ -1006,7 +1006,7 @@ } GrVertexLayout layout = GrDrawState::kEdge_VertexLayoutBit; - GrAssert(sizeof(CircleVertex) == GrDrawTarget::VertexSize(layout)); + GrAssert(sizeof(CircleVertex) == GrDrawState::VertexSize(layout)); GrDrawTarget::AutoReleaseGeometry geo(target, layout, 4, 0); if (!geo.succeeded()) {