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

Unified Diff: android_webview/native/aw_contents.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
« no previous file with comments | « android_webview/native/aw_contents.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_contents.cc
diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc
index f5336e0d7c6279c5c4591e88c59f4852d4b48e7a..10bbb18cca1d87133e2f234ec70994c7e555ef7d 100644
--- a/android_webview/native/aw_contents.cc
+++ b/android_webview/native/aw_contents.cc
@@ -976,12 +976,6 @@ void AwContents::SetBackgroundColor(JNIEnv* env, jobject obj, jint color) {
render_view_host_ext_->SetBackgroundColor(color);
}
-void AwContents::SetHasTransparentBackground(
- JNIEnv* env, jobject obj, bool transparent) {
- DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
- browser_view_renderer_.SetHasTransparentBackground(transparent);
-}
-
jlong AwContents::ReleasePopupAwContents(JNIEnv* env, jobject obj) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
return reinterpret_cast<intptr_t>(pending_contents_.release());
« no previous file with comments | « android_webview/native/aw_contents.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698