| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 38e7f1d5d945850011f684921cff2977c184d973..291de30c6d5129c95bbaa6762c58dea44d840a0b 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -286,6 +286,8 @@ public:
|
|
|
| Color baseBackgroundColor() const { return m_baseBackgroundColor; }
|
|
|
| + WebColor backgroundColorOverride() const { return m_backgroundColorOverride; }
|
| +
|
| PageOverlayList* pageOverlays() const { return m_pageOverlays.get(); }
|
|
|
| void setOverlayLayer(GraphicsLayer*);
|
|
|