Bug 1263311: Part 3 - s/nsCancelableRunnable/CancelableRunnable/g. r=froydnj

This commit is contained in:
Kyle Huey
2016-04-11 11:40:06 -07:00
parent 86ac1649f8
commit 1f6993705a
27 changed files with 41 additions and 41 deletions

View File

@@ -1263,7 +1263,7 @@ HTMLCanvasElement::OnVisibilityChange()
}
if (mOffscreenCanvas) {
class Runnable final : public nsCancelableRunnable
class Runnable final : public CancelableRunnable
{
public:
explicit Runnable(AsyncCanvasRenderer* aRenderer)
@@ -1305,7 +1305,7 @@ void
HTMLCanvasElement::OnMemoryPressure()
{
if (mOffscreenCanvas) {
class Runnable final : public nsCancelableRunnable
class Runnable final : public CancelableRunnable
{
public:
explicit Runnable(AsyncCanvasRenderer* aRenderer)