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

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

Issue 8587049: Revert 110542 - Fix link issue when component=shared_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- 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 {
« 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