Title: [144247] trunk/Source/WebCore
Revision
144247
Author
[email protected]
Date
2013-02-27 15:25:14 -0800 (Wed, 27 Feb 2013)

Log Message

Unreviewed trivial buildfix after r144190.

Patch by Csaba Osztrogonác <[email protected]> on 2013-02-27

* platform/graphics/surfaces/win/GraphicsSurfaceWin.cpp:
(WebCore::GraphicsSurface::platformPaintToTextureMapper):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (144246 => 144247)


--- trunk/Source/WebCore/ChangeLog	2013-02-27 23:13:31 UTC (rev 144246)
+++ trunk/Source/WebCore/ChangeLog	2013-02-27 23:25:14 UTC (rev 144247)
@@ -1,3 +1,10 @@
+2013-02-27  Csaba Osztrogonác  <[email protected]>
+
+        Unreviewed trivial buildfix after r144190.
+
+        * platform/graphics/surfaces/win/GraphicsSurfaceWin.cpp:
+        (WebCore::GraphicsSurface::platformPaintToTextureMapper):
+
 2013-02-27  Chris Fleizach  <[email protected]>
 
         WebSpeech: support speech cancel

Modified: trunk/Source/WebCore/platform/graphics/surfaces/win/GraphicsSurfaceWin.cpp (144246 => 144247)


--- trunk/Source/WebCore/platform/graphics/surfaces/win/GraphicsSurfaceWin.cpp	2013-02-27 23:13:31 UTC (rev 144246)
+++ trunk/Source/WebCore/platform/graphics/surfaces/win/GraphicsSurfaceWin.cpp	2013-02-27 23:25:14 UTC (rev 144247)
@@ -427,7 +427,7 @@
     FloatRect rectOnContents(FloatPoint::zero(), size);
     TransformationMatrix adjustedTransform = transform;
     adjustedTransform.multiply(TransformationMatrix::rectToRect(rectOnContents, targetRect));
-    static_cast<TextureMapperGL*>(textureMapper)->drawTexture(platformGetTextureID(), 0, size, rectOnContents, adjustedTransform, opacity, mask);
+    static_cast<TextureMapperGL*>(textureMapper)->drawTexture(platformGetTextureID(), 0, size, rectOnContents, adjustedTransform, opacity);
 }
 
 uint32_t GraphicsSurface::platformFrontBuffer() const
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to