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

Unified Diff: content/public/browser/android/draw_delegate.h

Issue 11368031: First step towards component build for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indent Created 8 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 | « content/public/browser/android/compositor.h ('k') | crypto/openssl_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/android/draw_delegate.h
diff --git a/content/public/browser/android/draw_delegate.h b/content/public/browser/android/draw_delegate.h
index 1cff5b7341aa5ff65d1ded877058a8e4f8780e39..fd5ea3ffbb6c2236df47ecf155a8f8fdb67a081d 100644
--- a/content/public/browser/android/draw_delegate.h
+++ b/content/public/browser/android/draw_delegate.h
@@ -6,6 +6,7 @@
#define CONTENT_PUBLIC_BROWSER_ANDROID_DRAW_DELEGATE_H_
#include "base/callback.h"
+#include "content/common/content_export.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/size.h"
@@ -15,7 +16,7 @@ class RenderWidgetHostView;
// TODO(sievers): Route sizing of views through ContentViewCore
// and remove this class.
-class DrawDelegate {
+class CONTENT_EXPORT DrawDelegate {
public:
static DrawDelegate* GetInstance();
virtual ~DrawDelegate() { }
« no previous file with comments | « content/public/browser/android/compositor.h ('k') | crypto/openssl_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698