Changeset 115855 in webkit


Ignore:
Timestamp:
May 2, 2012 11:26:58 AM (12 years ago)
Author:
noam.rosenthal@nokia.com
Message:

[Texmap] Enable css filters in TextureMapperGL
https://bugs.webkit.org/show_bug.cgi?id=75778

Unreviewed build fix to greenify the Qt Minimal bot.

  • platform/graphics/texmap/TextureMapperShaderManager.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r115852 r115855  
     12012-05-02  No'am Rosenthal  <noam.rosenthal@nokia.com>
     2
     3        [Texmap] Enable css filters in TextureMapperGL
     4        https://bugs.webkit.org/show_bug.cgi?id=75778
     5
     6        Unreviewed build fix to greenify the Qt Minimal bot.
     7
     8        * platform/graphics/texmap/TextureMapperShaderManager.h:
     9
    1102012-05-02  Philippe Normand  <pnormand@igalia.com>
    211
  • trunk/Source/WebCore/platform/graphics/texmap/TextureMapperShaderManager.h

    r115838 r115855  
    135135    virtual ~TextureMapperShaderManager();
    136136
     137#if ENABLE(CSS_FILTERS)
    137138    PassRefPtr<StandardFilterProgram> getShaderForFilter(const FilterOperation&);
     139#endif
    138140
    139141    PassRefPtr<TextureMapperShaderProgram> getShaderProgram(ShaderType shaderType)
Note: See TracChangeset for help on using the changeset viewer.