Title: [130252] trunk/Source/WebCore
Revision
130252
Author
o...@webkit.org
Date
2012-10-02 23:04:25 -0700 (Tue, 02 Oct 2012)

Log Message

Buildfix after r130235.

Patch by Nandor Huszka <hnan...@inf.u-szeged.hu> on 2012-10-02
Reviewed by Csaba Osztrogonác.

systemAllowsMultisamplingOnATICards was deleted from GraphicsContext3D,
but function body remained in GraphicsContext3DOpenGLES. Delete method body.

* platform/graphics/opengl/GraphicsContext3DOpenGLES.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (130251 => 130252)


--- trunk/Source/WebCore/ChangeLog	2012-10-03 06:00:51 UTC (rev 130251)
+++ trunk/Source/WebCore/ChangeLog	2012-10-03 06:04:25 UTC (rev 130252)
@@ -1,3 +1,14 @@
+2012-10-02  Nandor Huszka  <hnan...@inf.u-szeged.hu>
+
+        Buildfix after r130235.
+
+        Reviewed by Csaba Osztrogonác.
+
+        systemAllowsMultisamplingOnATICards was deleted from GraphicsContext3D,
+        but function body remained in GraphicsContext3DOpenGLES. Delete method body.
+
+        * platform/graphics/opengl/GraphicsContext3DOpenGLES.cpp:
+
 2012-10-02  Kent Tamura  <tk...@chromium.org>
 
         Fix assertion failures on Chromium Debug bots for datetime/datetime-local input types.

Modified: trunk/Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLES.cpp (130251 => 130252)


--- trunk/Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLES.cpp	2012-10-03 06:00:51 UTC (rev 130251)
+++ trunk/Source/WebCore/platform/graphics/opengl/GraphicsContext3DOpenGLES.cpp	2012-10-03 06:04:25 UTC (rev 130252)
@@ -238,11 +238,6 @@
     return m_extensions.get();
 }
 
-bool GraphicsContext3D::systemAllowsMultisamplingOnATICards() const
-{
-    return false; // not applicable
 }
 
-}
-
 #endif // USE(3D_GRAPHICS)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to