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

Unified Diff: gpu/ipc/client/android/in_process_surface_texture_manager.h

Issue 1949593002: Fix gpu_ipc_service_unittests on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wrap Android-specific bits in if defined(OS_ANDROID) 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/gpu.gyp ('k') | gpu/ipc/service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/client/android/in_process_surface_texture_manager.h
diff --git a/gpu/ipc/client/android/in_process_surface_texture_manager.h b/gpu/ipc/client/android/in_process_surface_texture_manager.h
index 95ce5097c0794ddfb2fcadaae4d99b6ef5958269..358f480e0ee8d52e69bf27850d1ffcc50c3070b2 100644
--- a/gpu/ipc/client/android/in_process_surface_texture_manager.h
+++ b/gpu/ipc/client/android/in_process_surface_texture_manager.h
@@ -19,7 +19,7 @@ namespace gpu {
class GPU_EXPORT InProcessSurfaceTextureManager : public SurfaceTextureManager {
public:
- static InProcessSurfaceTextureManager* GetInstance();
+ static GPU_EXPORT InProcessSurfaceTextureManager* GetInstance();
// Overridden from SurfaceTextureManager:
void RegisterSurfaceTexture(int surface_texture_id,
« no previous file with comments | « gpu/gpu.gyp ('k') | gpu/ipc/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698