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

Unified Diff: include/gpu/GrContext.h

Issue 1563703004: Make a single GrSingleOwner in GrContext (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | include/gpu/GrDrawContext.h » ('j') | src/gpu/GrDrawingManager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrContext.h
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 39477e0db81fbdc0875aec82f4220664336be11f..c9b7264e09f9bdcab14c16dd31516d1f44aa6502 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -392,7 +392,7 @@ private:
SkMutex fTestPMConversionsMutex;
// In debug builds we guard against improper thread handling
robertphillips 2016/01/07 16:44:11 // This guard is passed to the GrDrawingManager an
- SkDEBUGCODE(mutable GrSingleOwner fSingleOwner;)
+ mutable GrSingleOwner fSingleOwner;
struct CleanUpData {
PFCleanUpFunc fFunc;
« no previous file with comments | « no previous file | include/gpu/GrDrawContext.h » ('j') | src/gpu/GrDrawingManager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698