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

Unified Diff: cc/content_layer_updater.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « cc/content_layer.h ('k') | cc/contents_scaling_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/content_layer_updater.h
diff --git a/cc/content_layer_updater.h b/cc/content_layer_updater.h
index 2e44bf7ef95ae98d5d689f3482c9d8bee3389091..ae6365ce531b03f26ca05ed7a6c065d5ba808925 100644
--- a/cc/content_layer_updater.h
+++ b/cc/content_layer_updater.h
@@ -5,6 +5,7 @@
#ifndef ContentLayerUpdater_h
#define ContentLayerUpdater_h
+#include "cc/cc_export.h"
#include "cc/layer_updater.h"
class SkCanvas;
@@ -16,7 +17,7 @@ class LayerPainter;
// Base class for BitmapContentLayerUpdater and
// SkPictureContentLayerUpdater that reduces code duplication between
// their respective paintContents implementations.
-class ContentLayerUpdater : public LayerUpdater {
+class CC_EXPORT ContentLayerUpdater : public LayerUpdater {
protected:
explicit ContentLayerUpdater(scoped_ptr<LayerPainter>);
virtual ~ContentLayerUpdater();
« no previous file with comments | « cc/content_layer.h ('k') | cc/contents_scaling_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698