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

Unified Diff: android_webview/browser/shared_renderer_state.cc

Issue 368273008: [WebView] Fix issue with transparent background. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: android_webview/browser/shared_renderer_state.cc
diff --git a/android_webview/browser/shared_renderer_state.cc b/android_webview/browser/shared_renderer_state.cc
index 36fece5c52c6acf1c7ec748d7005eb0c80eb79a8..8845b761cd252c16592d4480003288e53b07de09 100644
--- a/android_webview/browser/shared_renderer_state.cc
+++ b/android_webview/browser/shared_renderer_state.cc
@@ -10,8 +10,7 @@
namespace android_webview {
-DrawGLInput::DrawGLInput() : width(0), height(0),
- has_transparent_background(false) {
+DrawGLInput::DrawGLInput() : width(0), height(0) {
}
DrawGLInput::~DrawGLInput() {
« no previous file with comments | « android_webview/browser/shared_renderer_state.h ('k') | android_webview/java/src/org/chromium/android_webview/AwContents.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698