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

Unified Diff: content/browser/android/in_process/context_provider_in_process.h

Issue 1102673007: content: Move the remaining source files of webkit/ over here. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 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/browser/DEPS ('k') | content/browser/android/in_process/context_provider_in_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/in_process/context_provider_in_process.h
diff --git a/webkit/common/gpu/context_provider_in_process.h b/content/browser/android/in_process/context_provider_in_process.h
similarity index 88%
rename from webkit/common/gpu/context_provider_in_process.h
rename to content/browser/android/in_process/context_provider_in_process.h
index dcb053a648db3a9bbea7dd6b16b11427f885cf49..1a0066ee8a05ccd2da6b1758997b960cf58ed7e7 100644
--- a/webkit/common/gpu/context_provider_in_process.h
+++ b/content/browser/android/in_process/context_provider_in_process.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_COMMON_GPU_CONTEXT_PROVIDER_IN_PROCESS_H_
-#define WEBKIT_COMMON_GPU_CONTEXT_PROVIDER_IN_PROCESS_H_
+#ifndef CONTENT_BROWSER_ANDROID_IN_PROCESS_CONTEXT_PROVIDER_IN_PROCESS_H_
+#define CONTENT_BROWSER_ANDROID_IN_PROCESS_CONTEXT_PROVIDER_IN_PROCESS_H_
#include <string>
@@ -12,7 +12,6 @@
#include "base/synchronization/lock.h"
#include "base/threading/thread_checker.h"
#include "cc/blink/context_provider_web_context.h"
-#include "webkit/common/gpu/webkit_gpu_export.h"
namespace blink { class WebGraphicsContext3D; }
@@ -20,11 +19,11 @@ namespace gpu_blink {
class WebGraphicsContext3DInProcessCommandBufferImpl;
}
-namespace webkit {
-namespace gpu {
+namespace content {
+
class GrContextForWebGraphicsContext3D;
-class WEBKIT_GPU_EXPORT ContextProviderInProcess
+class ContextProviderInProcess
: NON_EXPORTED_BASE(public cc_blink::ContextProviderWebContext) {
public:
static scoped_refptr<ContextProviderInProcess> Create(
@@ -90,7 +89,6 @@ class WEBKIT_GPU_EXPORT ContextProviderInProcess
DISALLOW_COPY_AND_ASSIGN(ContextProviderInProcess);
};
-} // namespace gpu
-} // namespace webkit
+} // namespace content
-#endif // WEBKIT_COMMON_GPU_CONTEXT_PROVIDER_IN_PROCESS_H_
+#endif // CONTENT_BROWSER_ANDROID_IN_PROCESS_CONTEXT_PROVIDER_IN_PROCESS_H_
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/android/in_process/context_provider_in_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698