Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory:Rebuild
nodejs-electron
native_css_paint_definition-expected-unqualifie...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File native_css_paint_definition-expected-unqualified-id.patch of Package nodejs-electron
From bf5355ac24399cd37a7d210b1ce9586d70829ed5 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz <jdapena@igalia.com> Date: Fri, 17 May 2024 09:39:14 +0000 Subject: [PATCH] GCC: do not add template parameter in constructor of BaseKeyframe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GCC rejects adding redundantly the template parameter in the constructor. Bug: 40565911 Change-Id: Ie827f1dba5488893cb76e0e52e9c26866dff701c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5539114 Reviewed-by: Jean-Philippe Gravel <jpgravel@chromium.org> Commit-Queue: José Dapena Paz <jdapena@igalia.com> Cr-Commit-Position: refs/heads/main@{#1302481} --- .../csspaint/nativepaint/native_css_paint_definition.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/third_party/blink/renderer/modules/csspaint/nativepaint/native_css_paint_definition.h b/third_party/blink/renderer/modules/csspaint/nativepaint/native_css_paint_definition.h index 34d37ea466c632..24a676543895ac 100644 --- a/third_party/blink/renderer/modules/csspaint/nativepaint/native_css_paint_definition.h +++ b/third_party/blink/renderer/modules/csspaint/nativepaint/native_css_paint_definition.h @@ -51,9 +51,7 @@ class MODULES_EXPORT NativeCssPaintDefinition : public NativePaintDefinition { template <typename T> struct TypedKeyframe : public BaseKeyframe { - TypedKeyframe<T>(double offset, - std::unique_ptr<gfx::TimingFunction>& tf, - T v) + TypedKeyframe(double offset, std::unique_ptr<gfx::TimingFunction>& tf, T v) : BaseKeyframe(offset, tf), value(v) {} T value; };
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor