[Webkit-unassigned] [Bug 35153] [Qt] WebGL support missing in QtWebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 23 06:44:33 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35153





--- Comment #18 from Jarkko Sakkinen <jarkko.sakkinen at tieto.com>  2010-02-23 06:44:32 PST ---
Note: apply change below if you want to try it out. See discussion in
http://bugreports.qt.nokia.com/browse/QTWEBKIT-91 on accelerated compositing

##############################################################################
diff --git a/WebKit.pri b/WebKit.pri
index 907a92c..837ce67 100644
--- a/WebKit.pri
+++ b/WebKit.pri
@@ -49,7 +49,7 @@ building-libs {
     }
     DEPENDPATH += $$PWD/WebKit/qt/Api
 }
-greaterThan(QT_MINOR_VERSION, 5):DEFINES += WTF_USE_ACCELERATED_COMPOSITING
+#greaterThan(QT_MINOR_VERSION, 5):DEFINES += WTF_USE_ACCELERATED_COMPOSITING

 !mac:!unix|symbian {
     DEFINES += USE_SYSTEM_MALLOC
##############################################################################

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list