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

Unified Diff: ash/gpu_support.h

Issue 132173006: Provide real GPUSupport to ash for Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win (gpu_support) Created 6 years, 11 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 | « ash/content_support/inject.cc ('k') | ash/gpu_support_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/gpu_support.h
diff --git a/ash/gpu_support.h b/ash/gpu_support.h
index 089f121e2f10ef7d069ccf74309f9488b05be9f0..9abe84cd332c224ee136279f78cbfcd0e561a70a 100644
--- a/ash/gpu_support.h
+++ b/ash/gpu_support.h
@@ -7,6 +7,7 @@
#include <list>
+#include "ash/ash_export.h"
#include "base/callback_forward.h"
#include "base/process/process.h"
@@ -14,7 +15,7 @@ namespace ash {
// An interface to allow use of content::GpuDataManager to be injected in
// configurations that permit a dependency on content.
-class GPUSupport {
+class ASH_EXPORT GPUSupport {
public:
typedef base::Callback<void(const std::list<base::ProcessHandle>&)>
GetGpuProcessHandlesCallback;
« no previous file with comments | « ash/content_support/inject.cc ('k') | ash/gpu_support_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698