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

Unified Diff: content/test/test_context_provider_factory.h

Issue 251343002: Remove offscreen compositor contexts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm-offscreencontext: include Created 6 years, 8 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 | « content/renderer/render_thread_impl.cc ('k') | content/test/test_context_provider_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_context_provider_factory.h
diff --git a/content/test/test_context_provider_factory.h b/content/test/test_context_provider_factory.h
deleted file mode 100644
index a6ad85b5b9c35dce4ef26c29339dffa4e63d8971..0000000000000000000000000000000000000000
--- a/content/test/test_context_provider_factory.h
+++ /dev/null
@@ -1,40 +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 CONTENT_TEST_TEST_CONTEXT_PROVIDER_FACTORY_H_
-#define CONTENT_TEST_TEST_CONTEXT_PROVIDER_FACTORY_H_
-
-#include "base/memory/ref_counted.h"
-
-namespace cc {
-class ContextProvider;
-}
-
-namespace webkit {
-namespace gpu {
-class ContextProviderInProcess;
-}
-}
-
-namespace content {
-
-class TestContextProviderFactory {
- public:
- // The returned pointer is static and should not be deleted by the caller.
- static TestContextProviderFactory* GetInstance();
-
- scoped_refptr<cc::ContextProvider> OffscreenContextProviderForMainThread();
-
- private:
- TestContextProviderFactory();
- ~TestContextProviderFactory();
-
- scoped_refptr<webkit::gpu::ContextProviderInProcess> main_thread_;
-
- DISALLOW_COPY_AND_ASSIGN(TestContextProviderFactory);
-};
-
-} // namespace content
-
-#endif // CONTENT_TEST_TEST_CONTEXT_PROVIDER_FACTORY_H_
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | content/test/test_context_provider_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698