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

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.h

Issue 1565893004: Sets a transparent background for out-of-process subframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile Created 4 years, 10 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: third_party/WebKit/Source/web/WebViewFrameWidget.h
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
index 559ca6dbc0102aca4ffa6b00da679b6fc5e1a385..870f2d2e3eee38b06f8ccc683d3ed1d5d66f0b01 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
@@ -94,6 +94,9 @@ public:
void setTopControlsHeight(float height, bool topControlsShrinkLayoutSize) override;
void updateTopControlsState(WebTopControlsState constraints, WebTopControlsState current, bool animate) override;
void setVisibilityState(WebPageVisibilityState, bool isInitialState) override;
+ bool isTransparent() const override;
+ void setIsTransparent(bool) override;
+ void setBaseBackgroundColor(WebColor) override;
bool forSubframe() const { return false; }
void scheduleAnimation() override;
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | third_party/WebKit/Source/web/WebViewFrameWidget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698