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

Unified Diff: src/views/SkEventSink.cpp

Issue 1214603003: Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 6 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/views/SkEvent.cpp ('k') | src/views/SkOSMenu.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/views/SkEventSink.cpp
diff --git a/src/views/SkEventSink.cpp b/src/views/SkEventSink.cpp
index 42c1ceb06253c70d62f056d489072bbabfdf48e7..7763adef54b211b2d9635f9ca4df3d09a6e289ab 100644
--- a/src/views/SkEventSink.cpp
+++ b/src/views/SkEventSink.cpp
@@ -8,8 +8,10 @@
#include "SkEventSink.h"
-#include "SkMutex.h"
#include "SkTagList.h"
+#include "SkThread.h"
+
+#include "SkThread.h"
#include "SkTime.h"
class SkEventSink_Globals {
@@ -254,7 +256,7 @@
#if 0 // experimental, not tested
-#include "SkMutex.h"
+#include "SkThread.h"
#include "SkTDict.h"
#define kMinStringBufferSize 128
« no previous file with comments | « src/views/SkEvent.cpp ('k') | src/views/SkOSMenu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698