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

Unified Diff: src/gpu/GrDrawTarget.h

Issue 1430403002: Disable preemptive batch preparation (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Disabled pre-emptive preparation Created 5 years, 1 month 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 | « src/gpu/GrBatchFlushState.cpp ('k') | src/gpu/GrDrawTarget.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrDrawTarget.h
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
index 635080337b2860431f8de216f7f045db555071ee..bfb62a8cf10b1236aef2f53be4d04a3962bd75ca 100644
--- a/src/gpu/GrDrawTarget.h
+++ b/src/gpu/GrDrawTarget.h
@@ -36,7 +36,6 @@
//#define ENABLE_MDB 1
class GrBatch;
-class GrBatchFlushState;
class GrClip;
class GrCaps;
class GrPath;
@@ -314,7 +313,6 @@ private:
GrResourceProvider* fResourceProvider;
GrBatchFlushState fFlushState;
bool fFlushing;
- int fFirstUnpreparedBatch;
SkDEBUGCODE(int fDebugID;)
uint32_t fFlags;
« no previous file with comments | « src/gpu/GrBatchFlushState.cpp ('k') | src/gpu/GrDrawTarget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698