[Webkit-unassigned] [Bug 77148] [Qt][Texmap] Refactor TextureMapper API to use ImageBuffers when possible.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 3 07:42:43 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=77148





--- Comment #43 from Csaba Osztrogonac <ossy at webkit.org>  2012-02-03 07:42:42 PST ---
(From update of attachment 125313)
View in context: https://bugs.webkit.org/attachment.cgi?id=125313&action=review

> Source/WebCore/platform/graphics/texmap/TextureMapper.h:126
> +#if USE(TEXTURE_MAPPER_GL)
> +    static PassOwnPtr<TextureMapper> platformCreateAccelerated();
> +#else
> +    static PassOwnPtr<TextureMapper> platformCreateAccelerated()
> +    {
> +        return 0;
> +    }
> +#endif

It broke the Qt ARM build:

In file included from ../../../../Source/WebCore/platform/graphics/texmap/TextureMapper.cpp:21:
../../../../Source/WebCore/platform/graphics/texmap/TextureMapper.h: In static member function 'static WTF::PassOwnPtr<WebCore::TextureMapper> WebCore::TextureMapper::platformCreateAccelerated()':
../../../../Source/WebCore/platform/graphics/texmap/TextureMapper.h:124: error: conversion from 'int' to non-scalar type 'WTF::PassOwnPtr<WebCore::TextureMapper>' requested
In file included from ../../../../Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.h:24,
                 from ../../../../Source/WebCore/platform/graphics/texmap/TextureMapperImageBuffer.cpp:21:
../../../../Source/WebCore/platform/graphics/texmap/TextureMapper.h: In static member function 'static WTF::PassOwnPtr<WebCore::TextureMapper> WebCore::TextureMapper::platformCreateAccelerated()':
../../../../Source/WebCore/platform/graphics/texmap/TextureMapper.h:124: error: conversion from 'int' to non-scalar type 'WTF::PassOwnPtr<WebCore::TextureMapper>' requested

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list