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

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

Issue 1567193002: Add GpuSurfaceLookup::AcquireJavaSurface for AVDA on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compiler warning; remove std::move Created 4 years, 11 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/gpu/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: content/common/gpu/gpu_surface_lookup.cc
diff --git a/content/common/gpu/gpu_surface_lookup.cc b/content/common/gpu/gpu_surface_lookup.cc
index df18711883eeb1f37c6e4500ac8131564bfd1b96..61bbc045e5c91dca9f84fefbacbf61477aa84d78 100644
--- a/content/common/gpu/gpu_surface_lookup.cc
+++ b/content/common/gpu/gpu_surface_lookup.cc
@@ -23,4 +23,11 @@ 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 content
« no previous file with comments | « content/common/gpu/gpu_surface_lookup.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698