Fix misnamed function in explanatory comment.

http://codereview.appspot.com/6387043/



git-svn-id: http://skia.googlecode.com/svn/trunk@4489 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
tomhudson@google.com 2012-07-09 19:07:41 +00:00
Родитель c3d5831e05
Коммит 2c026196e7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -60,7 +60,7 @@ public:
To test for equivalence (that they will generate the same
shader code, but may have different uniforms), check equality
of the stageKey produced by the GrProgramStageFactory:
a.getFactory().genStageKey(a) == b.getFactory().genStageKey(b). */
a.getFactory().glStageKey(a) == b.getFactory().glStageKey(b). */
virtual bool isEqual(const GrCustomStage&) const = 0;
/** Human-meaningful string to identify this effect; may be embedded