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

Unified Diff: content/common/android/surface_texture_lookup.h

Issue 634643002: content: Out-of-process GPU service support for SurfaceTexture backed GpuMemoryBuffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one last build fix Created 6 years, 2 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/common/BUILD.gn ('k') | content/common/android/surface_texture_lookup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/android/surface_texture_lookup.h
diff --git a/content/common/android/surface_texture_lookup.h b/content/common/android/surface_texture_lookup.h
deleted file mode 100644
index a1ad0fb29e502519d195d13f8f8ef68ee28a0fdc..0000000000000000000000000000000000000000
--- a/content/common/android/surface_texture_lookup.h
+++ /dev/null
@@ -1,26 +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_COMMON_ANDROID_SURFACE_TEXTURE_LOOKUP_H_
-#define CONTENT_COMMON_ANDROID_SURFACE_TEXTURE_LOOKUP_H_
-
-#include "ui/gfx/native_widget_types.h"
-
-namespace content {
-
-class SurfaceTextureLookup {
- public:
- static SurfaceTextureLookup* GetInstance();
- static void InitInstance(SurfaceTextureLookup* instance);
-
- virtual gfx::AcceleratedWidget AcquireNativeWidget(int primary_id,
- int secondary_id) = 0;
-
- protected:
- virtual ~SurfaceTextureLookup() {}
-};
-
-} // namespace content
-
-#endif // CONTENT_COMMON_ANDROID_SURFACE_TEXTURE_LOOKUP_H_
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/android/surface_texture_lookup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698