Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: src/gpu/batches/GrDrawAtlasBatch.cpp

Issue 1285593002: Wire up testcreate function for GrDrawAtlasBatch (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/GrBatchTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/batches/GrDrawAtlasBatch.cpp
diff --git a/src/gpu/batches/GrDrawAtlasBatch.cpp b/src/gpu/batches/GrDrawAtlasBatch.cpp
index 4291542102c48f36f92e0b56837720969c9cbf29..3a71fcbc1bda1ac79e69804a7f3c1c3dc9bcee89 100644
--- a/src/gpu/batches/GrDrawAtlasBatch.cpp
+++ b/src/gpu/batches/GrDrawAtlasBatch.cpp
@@ -19,7 +19,8 @@ void GrDrawAtlasBatch::initBatchTracker(const GrPipelineInfo& init) {
// setup batch properties
fColorIgnored = !init.readsColor();
fColor = fGeoData[0].fColor;
- SkASSERT(init.readsLocalCoords());
+ // We'd like to assert this, but we can't because of GLPrograms test
+ //SkASSERT(init.readsLocalCoords());
fCoverageIgnored = !init.readsCoverage();
}
« no previous file with comments | « src/gpu/GrBatchTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698