summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/TexturesGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/TexturesGenerator.h')
-rw-r--r--Source/WebCore/platform/graphics/android/TexturesGenerator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/android/TexturesGenerator.h b/Source/WebCore/platform/graphics/android/TexturesGenerator.h
index 35a3386..08f69ae 100644
--- a/Source/WebCore/platform/graphics/android/TexturesGenerator.h
+++ b/Source/WebCore/platform/graphics/android/TexturesGenerator.h
@@ -30,7 +30,7 @@
#include "QueuedOperation.h"
#include "TilePainter.h"
-#include "Vector.h"
+#include <wtf/Vector.h>
#include <utils/threads.h>
@@ -56,7 +56,7 @@ public:
private:
QueuedOperation* popNext();
virtual bool threadLoop();
- Vector<QueuedOperation*> mRequestedOperations;
+ WTF::Vector<QueuedOperation*> mRequestedOperations;
android::Mutex mRequestedOperationsLock;
android::Condition mRequestedOperationsCond;
bool m_waitForCompletion;