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

Unified Diff: examples/surfaces_app/surfaces_util.h

Issue 1536863002: Delete the Surfaces service. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-4
Patch Set: rebase Created 4 years, 11 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 | « examples/surfaces_app/surfaces_app.cc ('k') | examples/surfaces_app/surfaces_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/surfaces_app/surfaces_util.h
diff --git a/examples/surfaces_app/surfaces_util.h b/examples/surfaces_app/surfaces_util.h
deleted file mode 100644
index 81e985bd0a9ed6b3801545f7942eec18f9fee128..0000000000000000000000000000000000000000
--- a/examples/surfaces_app/surfaces_util.h
+++ /dev/null
@@ -1,27 +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.
-
-#ifndef EXAMPLES_SURFACES_APP_SURFACES_UTIL_H_
-#define EXAMPLES_SURFACES_APP_SURFACES_UTIL_H_
-
-namespace cc {
-class RenderPass;
-}
-
-namespace gfx {
-class Transform;
-class Size;
-}
-
-namespace mojo {
-namespace examples {
-
-void CreateAndAppendSimpleSharedQuadState(cc::RenderPass* render_pass,
- const gfx::Transform& transform,
- const gfx::Size& size);
-
-} // namespace mojo
-} // namespace examples
-
-#endif // EXAMPLES_SURFACES_APP_SURFACES_UTIL_H_
« no previous file with comments | « examples/surfaces_app/surfaces_app.cc ('k') | examples/surfaces_app/surfaces_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698