Title: [136014] trunk/Source/WebCore
Revision
136014
Author
commit-qu...@webkit.org
Date
2012-11-28 08:41:03 -0800 (Wed, 28 Nov 2012)

Log Message

Removed extra definition of GLXContext.
https://bugs.webkit.org/show_bug.cgi?id=103500

Patch by Denis Nomiyama <d.nomiy...@samsung.com> on 2012-11-28
Reviewed by Martin Robinson.

A minor cleanup to remove a spare definition of GLXContext in GLContextGLX.h.

No new tests. This doesn't change any behavior.

* platform/graphics/glx/GLContextGLX.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (136013 => 136014)


--- trunk/Source/WebCore/ChangeLog	2012-11-28 16:28:51 UTC (rev 136013)
+++ trunk/Source/WebCore/ChangeLog	2012-11-28 16:41:03 UTC (rev 136014)
@@ -1,3 +1,16 @@
+2012-11-28  Denis Nomiyama  <d.nomiy...@samsung.com>
+
+        Removed extra definition of GLXContext.
+        https://bugs.webkit.org/show_bug.cgi?id=103500
+
+        Reviewed by Martin Robinson.
+
+        A minor cleanup to remove a spare definition of GLXContext in GLContextGLX.h.
+
+        No new tests. This doesn't change any behavior.
+
+        * platform/graphics/glx/GLContextGLX.h:
+
 2012-11-28  Sadrul Habib Chowdhury  <sad...@chromium.org>
 
         Fix gesture scrolling when the target-element of scroll-begin is removed

Modified: trunk/Source/WebCore/platform/graphics/glx/GLContextGLX.h (136013 => 136014)


--- trunk/Source/WebCore/platform/graphics/glx/GLContextGLX.h	2012-11-28 16:28:51 UTC (rev 136013)
+++ trunk/Source/WebCore/platform/graphics/glx/GLContextGLX.h	2012-11-28 16:41:03 UTC (rev 136014)
@@ -25,7 +25,6 @@
 #include "GLContext.h"
 
 typedef struct __GLXcontextRec* GLXContext;
-typedef struct __GLXcontextRec *GLXContext;
 typedef unsigned long GLXPbuffer;
 typedef unsigned long GLXPixmap;
 typedef unsigned char GLubyte;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to