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

Unified Diff: cc/layer_sorter.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/layer_sorter.h
diff --git a/cc/layer_sorter.h b/cc/layer_sorter.h
index 6d5f70464a3014cf53cb9d337e14828e934de3a7..efc6009f51a8267efe824937aa96948a702e606d 100644
--- a/cc/layer_sorter.h
+++ b/cc/layer_sorter.h
@@ -10,6 +10,7 @@
#include "FloatRect.h"
#include "base/basictypes.h"
#include "base/hash_tables.h"
+#include "cc/cc_export.h"
#include "cc/layer_impl.h"
#if defined(COMPILER_GCC)
@@ -37,7 +38,7 @@ namespace cc {
struct GraphEdge;
// Holds various useful properties derived from a layer's 3D outline.
-struct LayerShape {
+struct CC_EXPORT LayerShape {
LayerShape();
LayerShape(float width, float height, const WebKit::WebTransformationMatrix& drawTransform);
@@ -75,7 +76,7 @@ struct GraphEdge {
-class LayerSorter {
+class CC_EXPORT LayerSorter {
public:
LayerSorter();
~LayerSorter();
« no previous file with comments | « cc/layer_quad.h ('k') | cc/layer_tiling_data.h » ('j') | cc/occlusion_tracker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698