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

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

Issue 2715243004: [blink] Support (semi-)transparent background colors in WebView/Frame. (Closed)
Patch Set: add unit test for remote frame transparency Created 3 years, 9 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 3a19b3b5b18dd75f642b8de4ca1432ed8b3838c5..2ce8c33adf2a7e530defdf0846fc2e17f391dcf9 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
@@ -85,8 +85,10 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
WebBrowserControlsState current,
bool animate) override;
void setVisibilityState(WebPageVisibilityState) override;
- bool isTransparent() const override;
- void setIsTransparent(bool) override;
+ void setBackgroundColorOverride(WebColor) override;
+ void clearBackgroundColorOverride() override;
+ void setBaseBackgroundColorOverride(WebColor) override;
+ void clearBaseBackgroundColorOverride() override;
void setBaseBackgroundColor(WebColor) override;
WebLocalFrameImpl* localRoot() const override;
WebInputMethodControllerImpl* getActiveWebInputMethodController()

Powered by Google App Engine
This is Rietveld 408576698