summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/WebCore/platform/graphics/android/CanvasTexture.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/android/CanvasTexture.h b/Source/WebCore/platform/graphics/android/CanvasTexture.h
index 5e54c77..8850705 100644
--- a/Source/WebCore/platform/graphics/android/CanvasTexture.h
+++ b/Source/WebCore/platform/graphics/android/CanvasTexture.h
@@ -31,8 +31,7 @@
#include "CanvasLayer.h"
#include <wtf/RefPtr.h>
-#include <utils/Mutex.h>
-#include <utils/StrongPointer.h>
+#include <utils/threads.h>
namespace android {
class SurfaceTexture;