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

Unified Diff: chrome/browser/ui/views/frame/contents_web_view.h

Issue 1943183002: Transfer theme & page background colors between changes of RWHV. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@noflash
Patch Set: Created 4 years, 8 months 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: chrome/browser/ui/views/frame/contents_web_view.h
diff --git a/chrome/browser/ui/views/frame/contents_web_view.h b/chrome/browser/ui/views/frame/contents_web_view.h
index 93a39f2c5850a362a227c4099ece679ddf112d89..243fc5f0adab454a63425515002e453aa4c068ec 100644
--- a/chrome/browser/ui/views/frame/contents_web_view.h
+++ b/chrome/browser/ui/views/frame/contents_web_view.h
@@ -39,6 +39,8 @@ class ContentsWebView
const ViewHierarchyChangedDetails& details) override;
void OnThemeChanged() override;
void RenderViewReady() override;
+ void RenderFrameHostChanged(content::RenderFrameHost* old_host,
+ content::RenderFrameHost* new_host) override;
// ui::LayerOwnerDelegate overrides:
void OnLayerRecreated(ui::Layer* old_layer, ui::Layer* new_layer) override;
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/contents_web_view.cc » ('j') | chrome/browser/ui/views/frame/contents_web_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698