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

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

Issue 2784783002: DNS: Testing for [blink] Support (semi-)transparent background colors.
Patch Set: test with !hasAlpha instead of alpha > 0 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()
« no previous file with comments | « third_party/WebKit/Source/web/WebPagePopupImpl.cpp ('k') | third_party/WebKit/Source/web/WebViewFrameWidget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698