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

Unified Diff: cc/tiled_layer.h

Issue 11365025: Make cc a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win?? 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
Index: cc/tiled_layer.h
diff --git a/cc/tiled_layer.h b/cc/tiled_layer.h
index c6cb5412b93b9b31f22f822ddc5ba73c2a18af01..b85c5647bb354ab4fcbc43abde9eaac7da8e5d53 100644
--- a/cc/tiled_layer.h
+++ b/cc/tiled_layer.h
@@ -5,14 +5,15 @@
#ifndef TiledLayerChromium_h
#define TiledLayerChromium_h
+#include "cc/cc_export.h"
#include "cc/layer.h"
-#include "cc/layer_updater.h"
#include "cc/layer_tiling_data.h"
+#include "cc/layer_updater.h"
namespace cc {
class UpdatableTile;
-class TiledLayer : public Layer {
+class CC_EXPORT TiledLayer : public Layer {
public:
enum TilingOption { AlwaysTile, NeverTile, AutoTile };

Powered by Google App Engine
This is Rietveld 408576698