| Index: android_webview/browser/parent_output_surface.cc
|
| diff --git a/android_webview/browser/parent_output_surface.cc b/android_webview/browser/parent_output_surface.cc
|
| index 7c6dd98080e6d9e0c78431352d54df3cc1db968c..094227233f0b74b25a51f518c41cfc38464094f7 100644
|
| --- a/android_webview/browser/parent_output_surface.cc
|
| +++ b/android_webview/browser/parent_output_surface.cc
|
| @@ -27,6 +27,7 @@ void ParentOutputSurface::DidLoseOutputSurface() {
|
|
|
| void ParentOutputSurface::Reshape(const gfx::Size& size,
|
| float scale_factor,
|
| + const gfx::ColorProfile& color_profile,
|
| bool has_alpha) {
|
| DCHECK_EQ(1.f, scale_factor);
|
| surface_size_ = size;
|
|
|