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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.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/core/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index a0a12f6489432f7551d1081512c52c2dfd8a6752..e3e17048094b920b282ffa121d61ceb1d4171fff 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -99,7 +99,6 @@ class CORE_EXPORT LocalFrame final : public Frame,
void setView(FrameView*);
void createView(const IntSize&,
const Color&,
- bool,
ScrollbarMode = ScrollbarAuto,
bool horizontalLock = false,
ScrollbarMode = ScrollbarAuto,

Powered by Google App Engine
This is Rietveld 408576698