| Index: content/browser/gpu/gpu_process_host.h
|
| diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
|
| index 9884ba0a32e979b7de5686a40939f049bae7c9b6..f867dade50b42bb52423fc14fda004a5ff46ded6 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -161,7 +161,7 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
|
|
|
| void LoadedShader(const std::string& key, const std::string& data);
|
|
|
| - ui::mojom::GpuService* gpu_service() { return gpu_service_ptr_.get(); }
|
| + CONTENT_EXPORT ui::mojom::GpuService* gpu_service();
|
|
|
| private:
|
| class ConnectionFilterImpl;
|
|
|