Chromium Code Reviews| Index: mojo/services/native_viewport/platform_viewport.h |
| diff --git a/mojo/services/native_viewport/platform_viewport.h b/mojo/services/native_viewport/platform_viewport.h |
| index f42eb7d273454400a9e8d6c0f74f0be0d58740f6..a3ba3dcc10dacc453b0f19c78aa95b5d7e38a35c 100644 |
| --- a/mojo/services/native_viewport/platform_viewport.h |
| +++ b/mojo/services/native_viewport/platform_viewport.h |
| @@ -26,7 +26,7 @@ class PlatformViewport { |
| public: |
| virtual ~Delegate() {} |
| - virtual void OnBoundsChanged(const gfx::Rect& size) = 0; |
| + virtual void OnBoundsChanged(const gfx::Rect& rect) = 0; |
|
jamesr
2014/09/25 22:18:14
hmm? i don't understand this change
abarth-chromium
2014/09/25 23:31:36
I renamed the formal parameter. It is a rect, not
|
| virtual void OnAcceleratedWidgetAvailable( |
| gfx::AcceleratedWidget widget) = 0; |
| virtual bool OnEvent(ui::Event* ui_event) = 0; |