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

Unified Diff: content/browser/android/draw_delegate_impl.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/app/android/content_main.cc ('k') | content/browser/renderer_host/compositor_impl_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/draw_delegate_impl.h
diff --git a/content/browser/android/draw_delegate_impl.h b/content/browser/android/draw_delegate_impl.h
index 211927f900ebc889935e453bd4bddf124ea5ce16..4bd1b4a227e436a53ec8e6d79b1cb7e8b961c72b 100644
--- a/content/browser/android/draw_delegate_impl.h
+++ b/content/browser/android/draw_delegate_impl.h
@@ -6,13 +6,14 @@
#define CONTENT_BROWSER_ANDROID_DRAW_DELEGATE_IMPL_H_
#include "base/callback.h"
+#include "content/common/content_export.h"
#include "content/public/browser/android/draw_delegate.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/size.h"
namespace content {
-class DrawDelegateImpl : public DrawDelegate {
+class CONTENT_EXPORT DrawDelegateImpl : public DrawDelegate {
public:
static DrawDelegateImpl* GetInstance();
DrawDelegateImpl();
« no previous file with comments | « content/app/android/content_main.cc ('k') | content/browser/renderer_host/compositor_impl_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698