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

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

Issue 2715243004: [blink] Support (semi-)transparent background colors in WebView/Frame. (Closed)
Patch Set: Set WebViewImpl transparency for fullscreen. Created 3 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/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index f94b6956b3eff9c0cca24d8d0e9e61df62f8963c..25040ab902c702fc5a5b489e065338a1bb96e991 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -507,6 +507,8 @@ class WEB_EXPORT WebViewImpl final
// root.
WebInputMethodControllerImpl* getActiveWebInputMethodController() const;
+ void updateLayerTreeBackgroundColor();
+
private:
InspectorOverlay* inspectorOverlay();
@@ -556,7 +558,6 @@ class WEB_EXPORT WebViewImpl final
void doComposite();
void reallocateRenderer();
void updateLayerTreeViewport();
- void updateLayerTreeBackgroundColor();
void updateDeviceEmulationTransform();
void updateLayerTreeDeviceScaleFactor();

Powered by Google App Engine
This is Rietveld 408576698