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

Unified Diff: services/native_viewport/platform_viewport_headless.cc

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.cc
diff --git a/services/native_viewport/platform_viewport_headless.cc b/services/native_viewport/platform_viewport_headless.cc
index fbcb0f94688ee821375047eb151a50aff6be40a7..1f77ba1c82b8a7311606dc7ef0472f7ddad31359 100644
--- a/services/native_viewport/platform_viewport_headless.cc
+++ b/services/native_viewport/platform_viewport_headless.cc
@@ -39,12 +39,6 @@ void PlatformViewportHeadless::SetBounds(const gfx::Rect& bounds) {
delegate_->OnMetricsChanged(metrics_->Clone());
}
-void PlatformViewportHeadless::SetCapture() {
-}
-
-void PlatformViewportHeadless::ReleaseCapture() {
-}
-
// static
scoped_ptr<PlatformViewport> PlatformViewportHeadless::Create(
Delegate* delegate) {
« no previous file with comments | « services/native_viewport/platform_viewport_headless.h ('k') | services/native_viewport/platform_viewport_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698