| Index: ui/android/delegated_frame_host_android.h
|
| diff --git a/ui/android/delegated_frame_host_android.h b/ui/android/delegated_frame_host_android.h
|
| index f56cb54f0c37a26e70d1238506a73aeb903de73d..1efe4a04ea17e01c798b8cc9a0ad668814785564 100644
|
| --- a/ui/android/delegated_frame_host_android.h
|
| +++ b/ui/android/delegated_frame_host_android.h
|
| @@ -62,8 +62,6 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
|
|
|
| void UpdateBackgroundColor(SkColor color);
|
|
|
| - void SetContentsOpaque(bool opaque);
|
| -
|
| void UpdateContainerSizeinDIP(const gfx::Size& size_in_dip);
|
|
|
| private:
|
| @@ -92,6 +90,7 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
|
| float bottom_controls_height;
|
| float bottom_controls_shown_ratio;
|
| cc::Selection<gfx::SelectionBound> viewport_selection;
|
| + bool has_transparent_background;
|
| };
|
| std::unique_ptr<FrameData> current_frame_;
|
|
|
|
|