Title: [140529] trunk/Source/WebCore
Revision
140529
Author
ser...@webkit.org
Date
2013-01-23 02:22:03 -0800 (Wed, 23 Jan 2013)

Log Message

[GTK] Unreviewed build fix after r140518.

* GNUmakefile.list.am: rename TextureMapperShaderManager to
TextureMapperShaderProgram.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (140528 => 140529)


--- trunk/Source/WebCore/ChangeLog	2013-01-23 10:06:57 UTC (rev 140528)
+++ trunk/Source/WebCore/ChangeLog	2013-01-23 10:22:03 UTC (rev 140529)
@@ -1,3 +1,10 @@
+2013-01-23  Sergio Villar Senin  <svil...@igalia.com>
+
+        [GTK] Unreviewed build fix after r140518.
+
+        * GNUmakefile.list.am: rename TextureMapperShaderManager to
+        TextureMapperShaderProgram.
+
 2013-01-23  Yoshifumi Inoue  <yo...@chromium.org>
 
         REGRESSION(r139044): Pan icon remains on screen on Chromium-WinXP

Modified: trunk/Source/WebCore/GNUmakefile.list.am (140528 => 140529)


--- trunk/Source/WebCore/GNUmakefile.list.am	2013-01-23 10:06:57 UTC (rev 140528)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2013-01-23 10:22:03 UTC (rev 140529)
@@ -6444,8 +6444,8 @@
 	Source/WebCore//platform/graphics/filters/texmap/TextureMapperPlatformCompiledProgram.h \
 	Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp \
 	Source/WebCore/platform/graphics/texmap/TextureMapperGL.h \
-	Source/WebCore/platform/graphics/texmap/TextureMapperShaderManager.cpp \
-	Source/WebCore/platform/graphics/texmap/TextureMapperShaderManager.h \
+	Source/WebCore/platform/graphics/texmap/TextureMapperShaderProgram.cpp \
+	Source/WebCore/platform/graphics/texmap/TextureMapperShaderProgram.h \
 	Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.cpp \
 	Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.h \
 	Source/WebCore/platform/graphics/GraphicsLayerTransform.cpp \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to