summaryrefslogtreecommitdiffstats
path: root/mojo/services/native_viewport/native_viewport_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/services/native_viewport/native_viewport_impl.h')
-rw-r--r--mojo/services/native_viewport/native_viewport_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mojo/services/native_viewport/native_viewport_impl.h b/mojo/services/native_viewport/native_viewport_impl.h
index 82f38a9..ad8e5c4 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_;