Relates :
|
Currently we are including PlatformContextJava.h in GraphicsContext.h. Due to this PlatformContextJava type is leaking to all WebCore rendering module and causes recompilation whenever we change headers related to PlatformContextJava. We have to just forward declare PlatformContextJava type in GraphisContext.h to avoid the type leaking.
|