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

Unified Diff: src/gpu/GrPipeline.h

Issue 1657803002: added a default constructor for GrBatchToXPOverrides (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | src/gpu/batches/GrDrawBatch.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrPipeline.h
diff --git a/src/gpu/GrPipeline.h b/src/gpu/GrPipeline.h
index 60d0cab1aba5b1defb574f1754a96afa374aa036..10ffc865f08f61a39c602f1cebb61fc9cb9fb3c1 100644
--- a/src/gpu/GrPipeline.h
+++ b/src/gpu/GrPipeline.h
@@ -25,6 +25,9 @@ class GrDeviceCoordTexture;
class GrPipelineBuilder;
struct GrBatchToXPOverrides {
+ GrBatchToXPOverrides()
+ : fUsePLSDstRead(false) {}
+
bool fUsePLSDstRead;
};
« no previous file with comments | « no previous file | src/gpu/batches/GrDrawBatch.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698