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

Unified Diff: gpu/ipc/common/surface_texture_manager.h

Issue 1770073002: SurfaceTexture* => gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: gpu/ipc/common/surface_texture_manager.h
diff --git a/content/common/android/surface_texture_manager.h b/gpu/ipc/common/surface_texture_manager.h
similarity index 77%
rename from content/common/android/surface_texture_manager.h
rename to gpu/ipc/common/surface_texture_manager.h
index 30a17dc9e15a8bfd897b3195a50952dde3ec0107..f1b259e47df80c6411cc28bd2b6202679e59d42d 100644
--- a/content/common/android/surface_texture_manager.h
+++ b/gpu/ipc/common/surface_texture_manager.h
@@ -2,19 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_ANDROID_SURFACE_TEXTURE_MANAGER_H_
-#define CONTENT_COMMON_ANDROID_SURFACE_TEXTURE_MANAGER_H_
+#ifndef GPU_IPC_COMMON_SURFACE_TEXTURE_MANAGER_H_
+#define GPU_IPC_COMMON_SURFACE_TEXTURE_MANAGER_H_
-#include "content/common/content_export.h"
+#include "gpu/gpu_export.h"
#include "ui/gfx/native_widget_types.h"
namespace gfx {
class SurfaceTexture;
}
-namespace content {
+namespace gpu {
-class CONTENT_EXPORT SurfaceTextureManager {
+class GPU_EXPORT SurfaceTextureManager {
public:
static SurfaceTextureManager* GetInstance();
static void SetInstance(SurfaceTextureManager* instance);
@@ -37,6 +37,6 @@ class CONTENT_EXPORT SurfaceTextureManager {
virtual ~SurfaceTextureManager() {}
};
-} // namespace content
+} // namespace gpu
-#endif // CONTENT_COMMON_ANDROID_SURFACE_TEXTURE_MANAGER_H_
+#endif // GPU_IPC_COMMON_SURFACE_TEXTURE_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698