Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1799)

Unified Diff: mojo/services/native_viewport/platform_viewport.h

Issue 606883002: Add a headless configuration to Mojo's native viewport service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address jamesr's questions Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
virtual void OnAcceleratedWidgetAvailable(
gfx::AcceleratedWidget widget) = 0;
virtual bool OnEvent(ui::Event* ui_event) = 0;
« no previous file with comments | « mojo/services/native_viewport/native_viewport_impl.cc ('k') | mojo/services/native_viewport/platform_viewport_headless.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698