summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/TexturesGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/android/TexturesGenerator.h')
-rw-r--r--WebCore/platform/graphics/android/TexturesGenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/android/TexturesGenerator.h b/WebCore/platform/graphics/android/TexturesGenerator.h
index e36d85e..169471c 100644
--- a/WebCore/platform/graphics/android/TexturesGenerator.h
+++ b/WebCore/platform/graphics/android/TexturesGenerator.h
@@ -54,7 +54,7 @@ public:
void removeOperationsForTexture(LayerTexture* texture);
void removeOperationsForFilter(OperationFilter* filter);
- void scheduleOperation(QueuedOperation* operation);
+ void scheduleOperation(QueuedOperation* operation, bool scheduleFirst);
private:
virtual bool threadLoop();