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

Unified Diff: mojo/services/gpu/public/interfaces/viewport_parameter_listener.mojom

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices Created 5 years, 2 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
« no previous file with comments | « mojo/services/gpu/public/interfaces/gpu_capabilities.mojom ('k') | mojo/services/http_server/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gpu/public/interfaces/viewport_parameter_listener.mojom
diff --git a/mojo/services/gpu/public/interfaces/viewport_parameter_listener.mojom b/mojo/services/gpu/public/interfaces/viewport_parameter_listener.mojom
deleted file mode 100644
index c4a36b373dec106d96cb0972c32153c1d8da4484..0000000000000000000000000000000000000000
--- a/mojo/services/gpu/public/interfaces/viewport_parameter_listener.mojom
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-[DartPackage="mojo_services"]
-module mojo;
-
-interface ViewportParameterListener {
- // These parameters describe the refresh rate of the viewport. The viewport
- // refreshes every |interval| time ticks. The phase of the refresh is
- // indicated by |timebase|, which is synchronized with MojoGetTimeTicksNow.
- OnVSyncParametersUpdated(int64 timebase, int64 interval);
-};
« no previous file with comments | « mojo/services/gpu/public/interfaces/gpu_capabilities.mojom ('k') | mojo/services/http_server/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698