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

Unified Diff: src/gpu/batches/GrBatch.h

Issue 1867863002: Convert SkRefCnt to std::atomic. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Restore to 1. Created 4 years, 8 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 | « src/core/SkRWBuffer.cpp ('k') | tests/RefCntTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/batches/GrBatch.h
diff --git a/src/gpu/batches/GrBatch.h b/src/gpu/batches/GrBatch.h
index 278c826a732d072d5940876fea7501a1ce2e1294..f0559330feb82db2764b1e444858d0d08ba3b13c 100644
--- a/src/gpu/batches/GrBatch.h
+++ b/src/gpu/batches/GrBatch.h
@@ -8,12 +8,13 @@
#ifndef GrBatch_DEFINED
#define GrBatch_DEFINED
-#include <new>
+#include "../private/SkAtomics.h"
#include "GrNonAtomicRef.h"
-
#include "SkRect.h"
#include "SkString.h"
+#include <new>
+
class GrCaps;
class GrBatchFlushState;
class GrRenderTarget;
« no previous file with comments | « src/core/SkRWBuffer.cpp ('k') | tests/RefCntTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698