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

Unified Diff: cc/image_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/image_layer.h
diff --git a/cc/image_layer.h b/cc/image_layer.h
index fcb3adbbc8cfa17c6efebfe0c4004ae3f48ce9fd..544cd6b95b52914392d79abebb8edf00456790a0 100644
--- a/cc/image_layer.h
+++ b/cc/image_layer.h
@@ -5,6 +5,7 @@
#ifndef ImageLayerChromium_h
#define ImageLayerChromium_h
+#include "cc/cc_export.h"
#include "cc/content_layer.h"
#include "third_party/skia/include/core/SkBitmap.h"
@@ -13,7 +14,7 @@ namespace cc {
class ImageLayerUpdater;
// A Layer that contains only an Image element.
-class ImageLayer : public TiledLayer {
+class CC_EXPORT ImageLayer : public TiledLayer {
public:
static scoped_refptr<ImageLayer> create();
« no previous file with comments | « cc/heads_up_display_layer_impl.h ('k') | cc/input_handler.h » ('j') | cc/occlusion_tracker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698