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

Unified Diff: src/gpu/gl/GrGLProcessor.h

Issue 764643004: Create xfer processor backend. (Closed) Base URL: https://skia.googlesource.com/skia.git@xferBlendSolo
Patch Set: updated and rebased from prev cls Created 6 years 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: src/gpu/gl/GrGLProcessor.h
diff --git a/src/gpu/gl/GrGLProcessor.h b/src/gpu/gl/GrGLProcessor.h
index 6dccd33bac40764f5adba2b7762ccdabd3a53e0a..cca46e865df3dcf3b9f2f8bd38b44481a43c797e 100644
--- a/src/gpu/gl/GrGLProcessor.h
+++ b/src/gpu/gl/GrGLProcessor.h
@@ -116,7 +116,7 @@ public:
private:
typedef GrGLProcessor INHERITED;
};
-
+/*
class GrGLXferProcessor : public GrGLFragmentProcessor {
public:
GrGLXferProcessor() {}
@@ -126,5 +126,5 @@ public:
private:
typedef GrGLFragmentProcessor INHERITED;
};
-
+*/
joshualitt 2014/12/08 19:46:41 is this supposed to be commented out?
bsalomon 2014/12/08 19:58:59 seems like it can be deleted.
egdaniel 2014/12/09 21:10:46 Done.
#endif

Powered by Google App Engine
This is Rietveld 408576698