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

Unified Diff: android_webview/browser/browser_view_renderer.h

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 | « no previous file | android_webview/browser/browser_view_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/browser_view_renderer.h
diff --git a/android_webview/browser/browser_view_renderer.h b/android_webview/browser/browser_view_renderer.h
index 876f5635e3a7874fb7bbccd03ac55b6b18624eab..378eeb65c13babb5d4aaf47e51f1d21fc0cd953e 100644
--- a/android_webview/browser/browser_view_renderer.h
+++ b/android_webview/browser/browser_view_renderer.h
@@ -99,9 +99,6 @@ class BrowserViewRenderer : public content::SynchronousCompositorClient,
// Sets the scale for logical<->physical pixel conversions.
void SetDipScale(float dip_scale);
- // Sets the background of the layer tree to transparent.
- void SetHasTransparentBackground(bool transparent);
-
// Set the root layer scroll offset to |new_value|.
void ScrollTo(gfx::Vector2d new_value);
@@ -195,7 +192,6 @@ class BrowserViewRenderer : public content::SynchronousCompositorClient,
bool attached_to_window_;
bool hardware_enabled_;
float dip_scale_;
- bool has_transparent_background_;
float page_scale_factor_;
bool on_new_picture_enable_;
bool clear_view_;
« no previous file with comments | « no previous file | android_webview/browser/browser_view_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698