Index: mojo/services/native_viewport/native_viewport_impl.h |
diff --git a/mojo/services/native_viewport/native_viewport_impl.h b/mojo/services/native_viewport/native_viewport_impl.h |
index 82f38a971963797575deefbbdc3ca4a3c471880e..ad8e5c48c8d0ef9b5ad0314d1b78f008fec1311e 100644 |
--- a/mojo/services/native_viewport/native_viewport_impl.h |
+++ b/mojo/services/native_viewport/native_viewport_impl.h |
@@ -46,6 +46,8 @@ class NativeViewportImpl : public InterfaceImpl<NativeViewport>, |
void AckEvent(); |
private: |
+ void ProcessOnBoundsChanged(); |
+ |
bool is_headless_; |
scoped_ptr<PlatformViewport> platform_viewport_; |
scoped_ptr<ViewportSurface> viewport_surface_; |