Title: [161136] trunk/Source/WebCore
Revision
161136
Author
changseok...@collabora.com
Date
2013-12-29 21:12:17 -0800 (Sun, 29 Dec 2013)

Log Message

Remove unused functions in GraphicsContext3D.cpp
https://bugs.webkit.org/show_bug.cgi?id=126265

Reviewed by Andreas Kling.

platformGraphicsContext3D, platformTexture and platformLayer in GC3D.cpp
seem not used by any ports.

No new tests, no functionality changed.

* platform/graphics/GraphicsContext3D.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161135 => 161136)


--- trunk/Source/WebCore/ChangeLog	2013-12-30 01:27:55 UTC (rev 161135)
+++ trunk/Source/WebCore/ChangeLog	2013-12-30 05:12:17 UTC (rev 161136)
@@ -1,3 +1,17 @@
+2013-12-29  ChangSeok Oh  <changseok...@collabora.com>
+
+        Remove unused functions in GraphicsContext3D.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=126265
+
+        Reviewed by Andreas Kling.
+
+        platformGraphicsContext3D, platformTexture and platformLayer in GC3D.cpp
+        seem not used by any ports.
+
+        No new tests, no functionality changed.
+
+        * platform/graphics/GraphicsContext3D.cpp:
+
 2013-12-29  Gyuyoung Kim  <gyuyoung....@samsung.com>
 
         Fix build error on 64bit debug build.

Modified: trunk/Source/WebCore/platform/graphics/GraphicsContext3D.cpp (161135 => 161136)


--- trunk/Source/WebCore/platform/graphics/GraphicsContext3D.cpp	2013-12-30 01:27:55 UTC (rev 161135)
+++ trunk/Source/WebCore/platform/graphics/GraphicsContext3D.cpp	2013-12-30 05:12:17 UTC (rev 161136)
@@ -1799,25 +1799,6 @@
     }
 }
 
-#if !PLATFORM(BLACKBERRY) && !PLATFORM(GTK) && !PLATFORM(EFL) && !PLATFORM(MAC) && !PLATFORM(WIN) && !PLATFORM(NIX)
-PlatformGraphicsContext3D GraphicsContext3D::platformGraphicsContext3D() const
-{
-    return NullPlatformGraphicsContext3D;
-}
-
-Platform3DObject GraphicsContext3D::platformTexture() const
-{
-    return NullPlatform3DObject;
-}
-
-#if USE(ACCELERATED_COMPOSITING)
-PlatformLayer* GraphicsContext3D::platformLayer() const
-{
-    return 0;
-}
-#endif
-#endif
-
 } // namespace WebCore
 
 #endif // USE(3D_GRAPHICS)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to