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

Unified Diff: include/gpu/GrProgramElement.h

Issue 582963002: Solo gp (Closed) Base URL: https://skia.googlesource.com/skia.git@no_peb
Patch Set: fix Created 6 years, 3 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
Index: include/gpu/GrProgramElement.h
diff --git a/include/gpu/GrProgramElement.h b/include/gpu/GrProgramElement.h
index 8d23ba203576af057c6b22b21547ef048c3008c3..dfb19f8a9b2e1b3cc9fa39d5fbd5b6b63814768e 100644
--- a/include/gpu/GrProgramElement.h
+++ b/include/gpu/GrProgramElement.h
@@ -14,8 +14,8 @@
class GrGpuResourceRef;
/**
- * Base class for GrEffect (and future GrGeometryProcessor). GrDrawState uses this to manage
- * transitioning a GrEffect from being owned by a client to being scheduled for execution. It
+ * Base class for GrProcessor (and future GrGeometryProcessor). GrDrawState uses this to manage
bsalomon 2014/09/22 14:56:38 delete the (and future ...) ? Do you think it mak
joshua.litt 2014/09/22 18:14:44 Yes definitely, at the very least lets see how the
bsalomon 2014/09/22 19:15:37 Shouldn't it just read "Base class for GrProcessor
+ * transitioning a GrProcessor from being owned by a client to being scheduled for execution. It
* converts resources owned by the effect from being ref'ed to having pending reads/writes.
*
* All GrGpuResource objects owned by a GrProgramElement or derived classes (either directly or

Powered by Google App Engine
This is Rietveld 408576698