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

Unified Diff: cc/tiling_data.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/tiled_layer_impl.h ('k') | cc/time_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiling_data.h
diff --git a/cc/tiling_data.h b/cc/tiling_data.h
index 6d052c0c944ea66a6222dc080e5de84857e7e942..0eb54d202d0526728b26ac149adae3c8a99132c3 100644
--- a/cc/tiling_data.h
+++ b/cc/tiling_data.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "base/logging.h"
+#include "cc/cc_export.h"
#include "ui/gfx/size.h"
namespace gfx {
@@ -16,7 +17,7 @@ class Vector2d;
namespace cc {
-class TilingData {
+class CC_EXPORT TilingData {
public:
TilingData(gfx::Size max_texture_size, gfx::Size total_size, bool has_border_texels);
~TilingData();
« no previous file with comments | « cc/tiled_layer_impl.h ('k') | cc/time_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698