Hi, > In FrameView.cpp code, I see there is a new #define ACCELERATED_COMPOSITING > > #if USE(ACCELERATED_COMPOSITING) > > Can you please tell me how to enable/disable it?
Currently, you cannot (apart from hacking the value of WTF_USE_ACCELERATED_COMPOSITING in Platform.h or the build system). > And if it is enabled by default? The default value depends on the platform as it needs some support from the underlying graphic library as well as some WebKit platform dependent code. It is currently implemented for Mac but Chromium has taken a first step. > I have checked '.autogen.sh --help' but I don't see anything about that. Gtk does not have support for it yet. Regards, Julien _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
