From def85fe5c12690242d16b62b0945712d48706fca Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Fri, 9 Dec 2016 22:28:46 +0100 Subject: [PATCH] Backed out changeset 34a1640010d6 (bug 1321412) for failing test_animation_performance_warning.html at least on Linux and Android. r=backout --- gfx/2d/Point.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/2d/Point.h b/gfx/2d/Point.h index 96b2d8d5cffb..f66967622f8d 100644 --- a/gfx/2d/Point.h +++ b/gfx/2d/Point.h @@ -285,7 +285,7 @@ typedef IntSizeTyped IntSize; template struct SizeTyped : - public BaseSize< F, SizeTyped >, + public BaseSize< F, SizeTyped >, public units { static_assert(IsPixel::value, "'units' must be a coordinate system tag");