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

Unified Diff: content/browser/renderer_host/backing_store_gtk.h

Issue 8113027: Export some unix-specific content symbols (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more exports Created 9 years, 2 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
Index: content/browser/renderer_host/backing_store_gtk.h
diff --git a/content/browser/renderer_host/backing_store_gtk.h b/content/browser/renderer_host/backing_store_gtk.h
index f502bc36374f0f2c0603c99cb4a734c7b1eb42a3..0913434cc93d694744d206a427ca09737cbd38ed 100644
--- a/content/browser/renderer_host/backing_store_gtk.h
+++ b/content/browser/renderer_host/backing_store_gtk.h
@@ -9,6 +9,7 @@
#include "base/basictypes.h"
#include "build/build_config.h"
#include "content/browser/renderer_host/backing_store.h"
+#include "content/common/content_export.h"
#include "ui/base/x/x11_util.h"
namespace gfx {
@@ -19,7 +20,7 @@ class Rect;
typedef struct _GdkDrawable GdkDrawable;
class SkBitmap;
-class BackingStoreGtk : public BackingStore {
+class CONTENT_EXPORT BackingStoreGtk : public BackingStore {
public:
// Create a backing store on the X server. The visual is an Xlib Visual
// describing the format of the target window and the depth is the color

Powered by Google App Engine
This is Rietveld 408576698