OSDN Git Service

Doesn't lock the entire drawing...
[android-x86/external-webkit.git] / Source / WebCore / platform / graphics / android / TexturesGenerator.h
index 19ab1af..2e3b6b4 100644 (file)
@@ -42,7 +42,7 @@ class LayerAndroid;
 
 class TexturesGenerator : public Thread {
 public:
-    TexturesGenerator() : Thread()
+    TexturesGenerator() : Thread(false)
         , m_waitForCompletion(false)
         , m_currentOperation(0) { }
     virtual ~TexturesGenerator() { }