Title: [111648] trunk/Source/WebCore
Revision
111648
Author
[email protected]
Date
2012-03-21 20:40:53 -0700 (Wed, 21 Mar 2012)

Log Message

Unreviewed change touching CustomFilterProgram.h to try
to force the chromium-win bots to rebuilt it and pick up
on the fact that CSS_SHADERS is not set (since r111610). 

* platform/graphics/filters/CustomFilterProgram.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (111647 => 111648)


--- trunk/Source/WebCore/ChangeLog	2012-03-22 03:39:44 UTC (rev 111647)
+++ trunk/Source/WebCore/ChangeLog	2012-03-22 03:40:53 UTC (rev 111648)
@@ -1,3 +1,11 @@
+2012-03-21  Emil A Eklund  <[email protected]>
+
+        Unreviewed change touching CustomFilterProgram.h to try
+        to force the chromium-win bots to rebuilt it and pick up
+        on the fact that CSS_SHADERS is not set (since r111610). 
+
+        * platform/graphics/filters/CustomFilterProgram.h:
+
 2012-03-21  Vangelis Kokkevis  <[email protected]>
 
         [chromium] FPS counter causes garbage to be displayed at top left corner

Modified: trunk/Source/WebCore/platform/graphics/filters/CustomFilterProgram.h (111647 => 111648)


--- trunk/Source/WebCore/platform/graphics/filters/CustomFilterProgram.h	2012-03-22 03:39:44 UTC (rev 111647)
+++ trunk/Source/WebCore/platform/graphics/filters/CustomFilterProgram.h	2012-03-22 03:40:53 UTC (rev 111648)
@@ -56,6 +56,7 @@
 #if ENABLE(WEBGL)
     PassRefPtr<CustomFilterShader> createShaderWithContext(GraphicsContext3D*);
 #endif
+
 protected:
     // StyleCustomFilterProgram can notify the clients that the cached resources are
     // loaded and it is ready to create CustomFilterShader objects.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to