Index: services/native_viewport/native_viewport_impl.h |
diff --git a/services/native_viewport/native_viewport_impl.h b/services/native_viewport/native_viewport_impl.h |
index 4ac9bbd02138e312587ca9cd942448d46a9ee8fc..4c7f3557971d278af96518ee1d23d389ec088871 100644 |
--- a/services/native_viewport/native_viewport_impl.h |
+++ b/services/native_viewport/native_viewport_impl.h |
@@ -40,7 +40,9 @@ class NativeViewportImpl : public mojo::NativeViewport, |
~NativeViewportImpl() override; |
// NativeViewport implementation. |
- void Create(mojo::SizePtr size, const CreateCallback& callback) override; |
+ void Create(mojo::SizePtr size, |
+ mojo::SurfaceConfigurationPtr requested_configuration, |
+ const CreateCallback& callback) override; |
void RequestMetrics(const RequestMetricsCallback& callback) override; |
void Show() override; |
void Hide() override; |