mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
Backed out changeset 34a1640010d6 (bug 1321412) for failing test_animation_performance_warning.html at least on Linux and Android. r=backout
This commit is contained in:
parent
97d81df3d2
commit
def85fe5c1
@ -285,7 +285,7 @@ typedef IntSizeTyped<UnknownUnits> IntSize;
|
||||
|
||||
template<class units, class F = Float>
|
||||
struct SizeTyped :
|
||||
public BaseSize< F, SizeTyped<units, F> >,
|
||||
public BaseSize< F, SizeTyped<units> >,
|
||||
public units {
|
||||
static_assert(IsPixel<units>::value,
|
||||
"'units' must be a coordinate system tag");
|
||||
|
Loading…
x
Reference in New Issue
Block a user