| Index: content/browser/gpu/gpu_process_host_ui_shim.h
|
| ===================================================================
|
| --- content/browser/gpu/gpu_process_host_ui_shim.h (revision 110551)
|
| +++ content/browser/gpu/gpu_process_host_ui_shim.h (working copy)
|
| @@ -34,7 +34,7 @@
|
| }
|
|
|
| // A task that will forward an IPC message to the UI shim.
|
| -class CONTENT_EXPORT RouteToGpuProcessHostUIShimTask : public Task {
|
| +class RouteToGpuProcessHostUIShimTask : public Task {
|
| public:
|
| RouteToGpuProcessHostUIShimTask(int host_id, const IPC::Message& msg);
|
| virtual ~RouteToGpuProcessHostUIShimTask();
|
| @@ -46,7 +46,7 @@
|
| IPC::Message msg_;
|
| };
|
|
|
| -class CONTENT_EXPORT GpuProcessHostUIShim
|
| +class GpuProcessHostUIShim
|
| : public IPC::Channel::Listener,
|
| public IPC::Channel::Sender,
|
| public base::NonThreadSafe {
|
|
|