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

Unified Diff: gpu/ipc/common/gpu_surface_lookup.cc

Issue 1889703002: Android Java Surfaces can now be looked up via GpuSurfaceTracker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 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 | « gpu/ipc/common/gpu_surface_lookup.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/gpu_surface_lookup.cc
diff --git a/gpu/ipc/common/gpu_surface_lookup.cc b/gpu/ipc/common/gpu_surface_lookup.cc
index 7cfd01367b0aee255a83bf483475777950ee7d2a..6ab1c91c382389d2e18bd382143bcc2b80f8e8b7 100644
--- a/gpu/ipc/common/gpu_surface_lookup.cc
+++ b/gpu/ipc/common/gpu_surface_lookup.cc
@@ -24,11 +24,4 @@ void GpuSurfaceLookup::InitInstance(GpuSurfaceLookup* lookup) {
g_instance = lookup;
}
-#if defined(OS_ANDROID)
-gfx::ScopedJavaSurface GpuSurfaceLookup::AcquireJavaSurface(int surface_id) {
- NOTIMPLEMENTED();
- return gfx::ScopedJavaSurface();
-}
-#endif
-
} // namespace gpu
« no previous file with comments | « gpu/ipc/common/gpu_surface_lookup.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698