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

Unified Diff: include/gpu/GrStagedProcessor.h

Issue 1275853005: All child GrFragmentProcs' transforms and textures will be stored in the root GrFragmentProc in pre… (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: child procs keep copy of their arrays 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 | « include/gpu/GrProcessor.h ('k') | src/gpu/GrProcessor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrStagedProcessor.h
diff --git a/include/gpu/GrStagedProcessor.h b/include/gpu/GrStagedProcessor.h
index a9f23b485b10c8766482bbba2ed146d1ebe067a8..fe3afcccb0974994d70bfba681d94fa0fed8fc2e 100644
--- a/include/gpu/GrStagedProcessor.h
+++ b/include/gpu/GrStagedProcessor.h
@@ -8,9 +8,10 @@
#ifndef GrStagedProcessorStage_DEFINED
#define GrStagedProcessorStage_DEFINED
-#include "GrFragmentProcessor.h"
#include "SkRefCnt.h"
+class GrFragmentProcessor;
+
/**
* Wraps a GrFragmentProcessor, basically a copyable SkAutoTUnref
* Templatized based on the ref type so backends can use the same wrapper
« no previous file with comments | « include/gpu/GrProcessor.h ('k') | src/gpu/GrProcessor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698