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

Unified Diff: ios/web/web_state/ui/crw_web_controller.mm

Issue 1682273002: Use consistent background color for WKWebViews. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: ios/web/web_state/ui/crw_web_controller.mm
diff --git a/ios/web/web_state/ui/crw_web_controller.mm b/ios/web/web_state/ui/crw_web_controller.mm
index 8a2ccccdd8ee8ad44f18d52533f7bc8c339892f3..c63b45df123bc4c0c223f7a8052f8a9be32bc298 100644
--- a/ios/web/web_state/ui/crw_web_controller.mm
+++ b/ios/web/web_state/ui/crw_web_controller.mm
@@ -1132,7 +1132,6 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5;
[webView setTag:kWebViewTag];
[webView setAutoresizingMask:UIViewAutoresizingFlexibleWidth |
UIViewAutoresizingFlexibleHeight];
- [webView setBackgroundColor:[UIColor colorWithWhite:0.2 alpha:1.0]];
// Create a dependency between the |webView| pan gesture and BVC side swipe
// gestures. Note: This needs to be added before the longPress recognizers
« no previous file with comments | « no previous file | ios/web/web_state/ui/crw_web_view_content_view.mm » ('j') | ios/web/web_state/ui/crw_web_view_content_view.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698