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

Unified Diff: cc/debug/fake_context_provider.h

Issue 21026005: aura: Remove CreateOffscreenContext from ui::ContextFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: offscreencontext: clang-format Created 7 years, 4 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 | « cc/cc_tests.gyp ('k') | cc/debug/fake_context_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/fake_context_provider.h
diff --git a/cc/test/fake_context_provider.h b/cc/debug/fake_context_provider.h
similarity index 79%
rename from cc/test/fake_context_provider.h
rename to cc/debug/fake_context_provider.h
index 4a18e4a8b0f78de63b2c6fd4e6572146bb8d3310..37311e16a351356608459e016dfff4930ba6e175 100644
--- a/cc/test/fake_context_provider.h
+++ b/cc/debug/fake_context_provider.h
@@ -2,21 +2,24 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_TEST_FAKE_CONTEXT_PROVIDER_H_
-#define CC_TEST_FAKE_CONTEXT_PROVIDER_H_
+#ifndef CC_DEBUG_FAKE_CONTEXT_PROVIDER_H_
+#define CC_DEBUG_FAKE_CONTEXT_PROVIDER_H_
#include "base/callback.h"
#include "base/memory/scoped_ptr.h"
#include "base/synchronization/lock.h"
#include "base/threading/thread_checker.h"
+#include "cc/base/cc_export.h"
#include "cc/output/context_provider.h"
+namespace WebKit { class WebGraphicsContext3D; }
+
namespace cc {
-class TestWebGraphicsContext3D;
-class FakeContextProvider : public cc::ContextProvider {
+class CC_EXPORT FakeContextProvider
+ : public NON_EXPORTED_BASE(cc::ContextProvider) {
public:
- typedef base::Callback<scoped_ptr<TestWebGraphicsContext3D>(void)>
+ typedef base::Callback<scoped_ptr<WebKit::WebGraphicsContext3D>(void)>
CreateCallback;
static scoped_refptr<FakeContextProvider> Create() {
@@ -56,5 +59,5 @@ class FakeContextProvider : public cc::ContextProvider {
} // namespace cc
-#endif // CC_TEST_FAKE_CONTEXT_PROVIDER_H_
+#endif // CC_DEBUG_FAKE_CONTEXT_PROVIDER_H_
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/debug/fake_context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698