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

Unified Diff: services/native_viewport/platform_viewport_headless.h

Issue 1033513003: Cleans up events to just the parts we're actually using (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: cleanup Created 5 years, 9 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: services/native_viewport/platform_viewport_headless.h
diff --git a/services/native_viewport/platform_viewport_headless.h b/services/native_viewport/platform_viewport_headless.h
index 07421ce310545cd661ee037d166d2e02f84ea8e0..2cfcbda20e0d6dcf1e0d749be2a293d10f4b387d 100644
--- a/services/native_viewport/platform_viewport_headless.h
+++ b/services/native_viewport/platform_viewport_headless.h
@@ -27,8 +27,6 @@ class PlatformViewportHeadless : public PlatformViewport {
void Close() override;
gfx::Size GetSize() override;
void SetBounds(const gfx::Rect& bounds) override;
- void SetCapture() override;
- void ReleaseCapture() override;
Delegate* delegate_;
mojo::ViewportMetricsPtr metrics_;
« no previous file with comments | « services/native_viewport/platform_viewport_android.cc ('k') | services/native_viewport/platform_viewport_headless.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698