Title: [183918] trunk/Source/WebCore
- Revision
- 183918
- Author
- [email protected]
- Date
- 2015-05-07 00:09:06 -0700 (Thu, 07 May 2015)
Log Message
Add missing type traits specialization for PlatformDisplayWayland
https://bugs.webkit.org/show_bug.cgi?id=144671
Reviewed by Carlos Garcia Campos.
* platform/graphics/wayland/PlatformDisplayWayland.h:
Add missing type traits specialization for the PlatformDisplayWayland
class via the SPECIALIZE_TYPE_TRAITS_PLATFORM_DISPLAY macro.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (183917 => 183918)
--- trunk/Source/WebCore/ChangeLog 2015-05-07 06:53:41 UTC (rev 183917)
+++ trunk/Source/WebCore/ChangeLog 2015-05-07 07:09:06 UTC (rev 183918)
@@ -1,3 +1,14 @@
+2015-05-07 Žan Doberšek <[email protected]>
+
+ Add missing type traits specialization for PlatformDisplayWayland
+ https://bugs.webkit.org/show_bug.cgi?id=144671
+
+ Reviewed by Carlos Garcia Campos.
+
+ * platform/graphics/wayland/PlatformDisplayWayland.h:
+ Add missing type traits specialization for the PlatformDisplayWayland
+ class via the SPECIALIZE_TYPE_TRAITS_PLATFORM_DISPLAY macro.
+
2015-05-06 Manuel Rego Casasnovas <[email protected]>
[CSS Grid Layout] Mark grid shorthands as layout dependent
Modified: trunk/Source/WebCore/platform/graphics/wayland/PlatformDisplayWayland.h (183917 => 183918)
--- trunk/Source/WebCore/platform/graphics/wayland/PlatformDisplayWayland.h 2015-05-07 06:53:41 UTC (rev 183917)
+++ trunk/Source/WebCore/platform/graphics/wayland/PlatformDisplayWayland.h 2015-05-07 07:09:06 UTC (rev 183918)
@@ -73,6 +73,8 @@
} // namespace WebCore
+SPECIALIZE_TYPE_TRAITS_PLATFORM_DISPLAY(PlatformDisplayWayland, Wayland)
+
#endif // PLATFORM(WAYLAND)
#endif // PlatformDisplayWayland_h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes