X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebKit2%2FWebProcess%2FWebPage%2FPageOverlay.h;h=8025edf87a880956cc925b6cf9676cd84b545dd9;hp=e5082ad4d8692a4bc3a330d0b15e3be3aa8d79b4;hb=193f3d584c34a250d1cdf8577a405120a016853f;hpb=f97c2fb37ed0aaeda69d4b1ff15b60095cded62a diff --git a/Source/WebKit2/WebProcess/WebPage/PageOverlay.h b/Source/WebKit2/WebProcess/WebPage/PageOverlay.h index e5082ad4d869..8025edf87a88 100644 --- a/Source/WebKit2/WebProcess/WebPage/PageOverlay.h +++ b/Source/WebKit2/WebProcess/WebPage/PageOverlay.h @@ -35,6 +35,7 @@ namespace WebCore { class GraphicsContext; +class GraphicsLayer; } namespace WebKit { @@ -95,6 +96,8 @@ public: WebCore::RGBA32 backgroundColor() const { return m_backgroundColor; } void setBackgroundColor(WebCore::RGBA32); + + WebCore::GraphicsLayer* layer(); protected: explicit PageOverlay(Client*, OverlayType);