Title: [93791] trunk/Source/WebKit/chromium
Revision
93791
Author
[email protected]
Date
2011-08-25 09:14:21 -0700 (Thu, 25 Aug 2011)

Log Message

[SKIA] Move forward decl of skia type outside namespace Webkit
https://bugs.webkit.org/show_bug.cgi?id=66942

Patch by Brian Salomon <[email protected]> on 2011-08-25
Reviewed by Stephen White.

* public/WebGraphicsContext3D.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (93790 => 93791)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-08-25 15:56:38 UTC (rev 93790)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-08-25 16:14:21 UTC (rev 93791)
@@ -1,3 +1,12 @@
+2011-08-25  Brian Salomon  <[email protected]>
+
+        [SKIA] Move forward decl of skia type outside namespace Webkit
+        https://bugs.webkit.org/show_bug.cgi?id=66942
+
+        Reviewed by Stephen White.
+
+        * public/WebGraphicsContext3D.h:
+
 2011-08-25  Mikhail Naganov  <[email protected]>
 
         Chromium: expose MemoryCache::prune and FontCache::purgeInactiveFontData.

Modified: trunk/Source/WebKit/chromium/public/WebGraphicsContext3D.h (93790 => 93791)


--- trunk/Source/WebKit/chromium/public/WebGraphicsContext3D.h	2011-08-25 15:56:38 UTC (rev 93790)
+++ trunk/Source/WebKit/chromium/public/WebGraphicsContext3D.h	2011-08-25 16:14:21 UTC (rev 93791)
@@ -37,6 +37,10 @@
 
 #define USE_WGC3D_TYPES
 
+#if WEBKIT_USING_SKIA
+struct GrGLInterface;
+#endif
+
 namespace WebKit {
 
 // WGC3D types match the corresponding GL types as defined in OpenGL ES 2.0
@@ -60,10 +64,6 @@
 // Typedef for server-side objects like OpenGL textures and program objects.
 typedef WGC3Duint WebGLId;
 
-#if WEBKIT_USING_SKIA
-struct GrGLInterface;
-#endif
-
 class WebView;
 
 // This interface abstracts the operations performed by the
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to