summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-03-20 17:39:57 -0700
committerJohn Reck <jreck@google.com>2012-03-20 17:39:57 -0700
commit1f0bae25e3c0f8b27565947a791ba7d77fcaa641 (patch)
tree66618267d19e40c15b1c1a8864831d4146a8abae
parent92f133bc695b6812d789c6e71feab3b6a8557ad1 (diff)
downloadexternal_webkit-1f0bae25e3c0f8b27565947a791ba7d77fcaa641.zip
external_webkit-1f0bae25e3c0f8b27565947a791ba7d77fcaa641.tar.gz
external_webkit-1f0bae25e3c0f8b27565947a791ba7d77fcaa641.tar.bz2
Attempt to fix the GPL build
Change-Id: Ibb0ae6b1c1ca429da122faa5e32a980399a41c13
-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;