summaryrefslogtreecommitdiffstats
path: root/gfx/layers/ipc/LayersMessageUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/layers/ipc/LayersMessageUtils.h')
-rw-r--r--gfx/layers/ipc/LayersMessageUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/layers/ipc/LayersMessageUtils.h b/gfx/layers/ipc/LayersMessageUtils.h
index d869d4ed83..a4e9557ac3 100644
--- a/gfx/layers/ipc/LayersMessageUtils.h
+++ b/gfx/layers/ipc/LayersMessageUtils.h
@@ -520,7 +520,7 @@ template <>
struct ParamTraits<mozilla::ScrollUpdateType>
: public ContiguousEnumSerializerInclusive<
mozilla::ScrollUpdateType, mozilla::ScrollUpdateType::Absolute,
- mozilla::ScrollUpdateType::MergeableAbsolute> {};
+ mozilla::ScrollUpdateType::PureRelative> {};
template <>
struct ParamTraits<mozilla::ScrollMode>