diff options
Diffstat (limited to 'android_webview/browser/shared_renderer_state.h')
-rw-r--r-- | android_webview/browser/shared_renderer_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/browser/shared_renderer_state.h b/android_webview/browser/shared_renderer_state.h index 89554ac..9a458e4 100644 --- a/android_webview/browser/shared_renderer_state.h +++ b/android_webview/browser/shared_renderer_state.h @@ -31,6 +31,7 @@ struct DrawGLInput { int width; int height; cc::CompositorFrame frame; + bool has_transparent_background; DrawGLInput(); ~DrawGLInput(); |