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

Unified Diff: blimp/client/test/compositor/test_blimp_embedder_compositor.h

Issue 2624903006: Remove all blimp client code. (Closed)
Patch Set: Update buildbot configuration Created 3 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
Index: blimp/client/test/compositor/test_blimp_embedder_compositor.h
diff --git a/blimp/client/test/compositor/test_blimp_embedder_compositor.h b/blimp/client/test/compositor/test_blimp_embedder_compositor.h
deleted file mode 100644
index 3dcd3ccf54bd9caf9f897556747e0608a2a89637..0000000000000000000000000000000000000000
--- a/blimp/client/test/compositor/test_blimp_embedder_compositor.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright 2016 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 BLIMP_CLIENT_TEST_COMPOSITOR_TEST_BLIMP_EMBEDDER_COMPOSITOR_H_
-#define BLIMP_CLIENT_TEST_COMPOSITOR_TEST_BLIMP_EMBEDDER_COMPOSITOR_H_
-
-#include "base/callback.h"
-#include "base/macros.h"
-#include "base/memory/weak_ptr.h"
-#include "blimp/client/support/compositor/blimp_embedder_compositor.h"
-
-namespace blimp {
-namespace client {
-class CompositorDependencies;
-
-// An implementation of the BlimpEmbedderCompositor that supplies a
-// ContextProvider that is not backed by a platform specific widget. It is not
-// meant to be used to actually display content.
-class TestBlimpEmbedderCompositor : public BlimpEmbedderCompositor {
- public:
- explicit TestBlimpEmbedderCompositor(
- CompositorDependencies* compositor_dependencies);
- ~TestBlimpEmbedderCompositor() override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(TestBlimpEmbedderCompositor);
-};
-
-} // namespace client
-} // namespace blimp
-
-#endif // BLIMP_CLIENT_TEST_COMPOSITOR_TEST_BLIMP_EMBEDDER_COMPOSITOR_H_

Powered by Google App Engine
This is Rietveld 408576698