diff options
author | rohan.prinja <rohan.prinja@samsung.com> | 2015-11-14 05:07:55 +0900 |
---|---|---|
committer | Rohan Prinja <rohan.prinja@gmail.com> | 2016-01-10 17:58:13 +0900 |
commit | 1f02c4ebbb7d5ea49051f4391f1418f20c15d7a9 (patch) | |
tree | 7d61e58e746ddca93074ca6bca6849360a098b8c /components/gfx_traits | |
parent | f00532bab0382d1c24e6086314f26497fb6ffe0f (diff) | |
download | servo-1f02c4ebbb7d5ea49051f4391f1418f20c15d7a9.tar.gz servo-1f02c4ebbb7d5ea49051f4391f1418f20c15d7a9.zip |
task -> thread
Diffstat (limited to 'components/gfx_traits')
-rw-r--r-- | components/gfx_traits/paint_listener.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx_traits/paint_listener.rs b/components/gfx_traits/paint_listener.rs index 74ba4c0318d..be2f1c403f1 100644 --- a/components/gfx_traits/paint_listener.rs +++ b/components/gfx_traits/paint_listener.rs @@ -32,5 +32,5 @@ pub trait PaintListener { fn ignore_buffer_requests(&mut self, buffer_requests: Vec<BufferRequest>); // Notification that the paint task wants to exit. - fn notify_paint_task_exiting(&mut self, pipeline_id: PipelineId); + fn notify_paint_thread_exiting(&mut self, pipeline_id: PipelineId); } |