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

Unified Diff: content/browser/gpu/gpu_process_host_ui_shim.h

Issue 8587036: Fix link issue when component=shared_library (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fix window build issue Created 9 years, 1 month 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 | « no previous file | content/browser/renderer_host/accelerated_surface_container_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_process_host_ui_shim.h
diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h
index c47d14c57889e1a3383d0b94a26d7a66557f1c2c..b5c35a5fc75516b552c8b51253b817d52c43ad7c 100644
--- a/content/browser/gpu/gpu_process_host_ui_shim.h
+++ b/content/browser/gpu/gpu_process_host_ui_shim.h
@@ -34,7 +34,7 @@ class Message;
}
// A task that will forward an IPC message to the UI shim.
-class RouteToGpuProcessHostUIShimTask : public Task {
+class CONTENT_EXPORT RouteToGpuProcessHostUIShimTask : public Task {
public:
RouteToGpuProcessHostUIShimTask(int host_id, const IPC::Message& msg);
virtual ~RouteToGpuProcessHostUIShimTask();
@@ -46,7 +46,7 @@ class RouteToGpuProcessHostUIShimTask : public Task {
IPC::Message msg_;
};
-class GpuProcessHostUIShim
+class CONTENT_EXPORT GpuProcessHostUIShim
: public IPC::Channel::Listener,
public IPC::Channel::Sender,
public base::NonThreadSafe {
@@ -61,7 +61,7 @@ class GpuProcessHostUIShim
static void Destroy(int host_id);
// Destroy all remaining GpuProcessHostUIShims.
- CONTENT_EXPORT static void DestroyAll();
+ static void DestroyAll();
static GpuProcessHostUIShim* FromID(int host_id);
« no previous file with comments | « no previous file | content/browser/renderer_host/accelerated_surface_container_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698