Title: [151653] trunk/Source/WebKit2
Revision
151653
Author
commit-qu...@webkit.org
Date
2013-06-17 14:18:33 -0700 (Mon, 17 Jun 2013)

Log Message

[CoordinatedGraphics][CSS Shaders] Use forwarding header for TextureMapperPlatformCompiledProgram.h
https://bugs.webkit.org/show_bug.cgi?id=117712

Patch by Ralph Thomas <ral...@gmail.com> on 2013-06-17
Reviewed by Noam Rosenthal.

* Shared/CoordinatedGraphics/WebCustomFilterProgramProxy.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (151652 => 151653)


--- trunk/Source/WebKit2/ChangeLog	2013-06-17 20:23:58 UTC (rev 151652)
+++ trunk/Source/WebKit2/ChangeLog	2013-06-17 21:18:33 UTC (rev 151653)
@@ -1,3 +1,12 @@
+2013-06-17  Ralph Thomas  <ral...@gmail.com>
+
+        [CoordinatedGraphics][CSS Shaders] Use forwarding header for TextureMapperPlatformCompiledProgram.h
+        https://bugs.webkit.org/show_bug.cgi?id=117712
+
+        Reviewed by Noam Rosenthal.
+
+        * Shared/CoordinatedGraphics/WebCustomFilterProgramProxy.h:
+
 2013-06-17  Mark Rowe  <mr...@apple.com>
 
         <rdar://problem/13145014> Allow CoreIPC messages to transmit importance boosts

Modified: trunk/Source/WebKit2/Shared/CoordinatedGraphics/WebCustomFilterProgramProxy.h (151652 => 151653)


--- trunk/Source/WebKit2/Shared/CoordinatedGraphics/WebCustomFilterProgramProxy.h	2013-06-17 20:23:58 UTC (rev 151652)
+++ trunk/Source/WebKit2/Shared/CoordinatedGraphics/WebCustomFilterProgramProxy.h	2013-06-17 21:18:33 UTC (rev 151653)
@@ -32,7 +32,7 @@
 
 #if USE(COORDINATED_GRAPHICS) && ENABLE(CSS_SHADERS)
 
-#include "TextureMapperPlatformCompiledProgram.h"
+#include <WebCore/TextureMapperPlatformCompiledProgram.h>
 #include <wtf/RefCounted.h>
 
 namespace WebKit {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to