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

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: split cc changes Created 4 years, 11 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..9541a37b68de4d30e654a9d01735af6f3de2ffd9 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
@@ -94,6 +94,11 @@ 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;
+ void setBackgroundColorOverride(WebColor) override;
+ WebColor backgroundColorOverride() const override;
bool forSubframe() const { return false; }
void scheduleAnimation() override;

Powered by Google App Engine
This is Rietveld 408576698