Title: [90653] trunk/Source/WebCore
Revision
90653
Author
[email protected]
Date
2011-07-08 12:27:44 -0700 (Fri, 08 Jul 2011)

Log Message

Remove unused function parameters.

Patch by David Reveman <[email protected]> on 2011-07-08
Reviewed by Ryosuke Niwa.

* platform/graphics/gpu/TilingData.cpp:
(WebCore::TilingData::textureOffset):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (90652 => 90653)


--- trunk/Source/WebCore/ChangeLog	2011-07-08 19:26:32 UTC (rev 90652)
+++ trunk/Source/WebCore/ChangeLog	2011-07-08 19:27:44 UTC (rev 90653)
@@ -1,5 +1,14 @@
 2011-07-08  David Reveman  <[email protected]>
 
+        Remove unused function parameters.
+
+        Reviewed by Ryosuke Niwa.
+
+        * platform/graphics/gpu/TilingData.cpp:
+        (WebCore::TilingData::textureOffset):
+
+2011-07-08  David Reveman  <[email protected]>
+
         Reviewed by Stephen White.
 
         [Chromium] Edge anti-aliasing for composited layers.

Modified: trunk/Source/WebCore/platform/graphics/gpu/TilingData.cpp (90652 => 90653)


--- trunk/Source/WebCore/platform/graphics/gpu/TilingData.cpp	2011-07-08 19:26:32 UTC (rev 90652)
+++ trunk/Source/WebCore/platform/graphics/gpu/TilingData.cpp	2011-07-08 19:27:44 UTC (rev 90653)
@@ -248,7 +248,7 @@
         srcRectIntersectedNormH * dstRect.height());
 }
 
-IntPoint TilingData::textureOffset(int xIndex, int yIndex) const
+IntPoint TilingData::textureOffset(int, int) const
 {
     return IntPoint(m_borderTexels, m_borderTexels);
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to