Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1715)

Unified Diff: Source/web/WebViewImpl.h

Issue 638003004: Introduce WebFrameWidget to Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More comments addressed Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*);

Powered by Google App Engine
This is Rietveld 408576698