namespace WebCore {
class GraphicsContext;
+class GraphicsLayer;
}
namespace WebKit {
WebCore::RGBA32 backgroundColor() const { return m_backgroundColor; }
void setBackgroundColor(WebCore::RGBA32);
+
+ WebCore::GraphicsLayer* layer();
protected:
explicit PageOverlay(Client*, OverlayType);