Title: [129638] trunk/Source/WebCore
Revision
129638
Author
[email protected]
Date
2012-09-26 07:12:48 -0700 (Wed, 26 Sep 2012)

Log Message

[TextureMapper] Remove unused method
https://bugs.webkit.org/show_bug.cgi?id=97675

Reviewed by Simon Hausmann.

* platform/graphics/texmap/TextureMapperGL.h: Remove uidForImage()

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (129637 => 129638)


--- trunk/Source/WebCore/ChangeLog	2012-09-26 14:10:50 UTC (rev 129637)
+++ trunk/Source/WebCore/ChangeLog	2012-09-26 14:12:48 UTC (rev 129638)
@@ -1,3 +1,12 @@
+2012-09-26  Kenneth Rohde Christiansen  <[email protected]>
+
+        [TextureMapper] Remove unused method
+        https://bugs.webkit.org/show_bug.cgi?id=97675
+
+        Reviewed by Simon Hausmann.
+
+        * platform/graphics/texmap/TextureMapperGL.h: Remove uidForImage()
+
 2012-09-25  Ilya Tikhonovsky  <[email protected]>
 
         Web Inspector: extract HashSet instrumentation from core NMI code and put it into MemoryInstrumentationHashSet.h

Modified: trunk/Source/WebCore/platform/graphics/texmap/TextureMapperGL.h (129637 => 129638)


--- trunk/Source/WebCore/platform/graphics/texmap/TextureMapperGL.h	2012-09-26 14:10:50 UTC (rev 129637)
+++ trunk/Source/WebCore/platform/graphics/texmap/TextureMapperGL.h	2012-09-26 14:12:48 UTC (rev 129638)
@@ -174,8 +174,6 @@
     friend class TextureMapperGL;
 };
 
-typedef uint64_t ImageUID;
-ImageUID uidForImage(Image*);
 BitmapTextureGL* toBitmapTextureGL(BitmapTexture*);
 
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to