Title: [115855] trunk/Source/WebCore
Revision
115855
Author
[email protected]
Date
2012-05-02 11:26:58 -0700 (Wed, 02 May 2012)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (115854 => 115855)


--- trunk/Source/WebCore/ChangeLog	2012-05-02 18:22:33 UTC (rev 115854)
+++ trunk/Source/WebCore/ChangeLog	2012-05-02 18:26:58 UTC (rev 115855)
@@ -1,3 +1,12 @@
+2012-05-02  No'am Rosenthal  <[email protected]>
+
+        [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:
+
 2012-05-02  Philippe Normand  <[email protected]>
 
         [GTK] Compilation warnings in RenderTheme

Modified: trunk/Source/WebCore/platform/graphics/texmap/TextureMapperShaderManager.h (115854 => 115855)


--- trunk/Source/WebCore/platform/graphics/texmap/TextureMapperShaderManager.h	2012-05-02 18:22:33 UTC (rev 115854)
+++ trunk/Source/WebCore/platform/graphics/texmap/TextureMapperShaderManager.h	2012-05-02 18:26:58 UTC (rev 115855)
@@ -134,7 +134,9 @@
     TextureMapperShaderManager();
     virtual ~TextureMapperShaderManager();
 
+#if ENABLE(CSS_FILTERS)
     PassRefPtr<StandardFilterProgram> getShaderForFilter(const FilterOperation&);
+#endif
 
     PassRefPtr<TextureMapperShaderProgram> getShaderProgram(ShaderType shaderType)
     {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to