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

Unified Diff: cc/resource_update.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/resource_provider.h ('k') | cc/resource_update_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resource_update.h
diff --git a/cc/resource_update.h b/cc/resource_update.h
index 78f5fdf1a4eb37450e0d1d79d45db0f390624498..94b7739eebe6ee1d9571671c4ab9d455c96dbcd2 100644
--- a/cc/resource_update.h
+++ b/cc/resource_update.h
@@ -7,6 +7,7 @@
#include "ui/gfx/rect.h"
#include "ui/gfx/vector2d.h"
+#include "cc/cc_export.h"
class SkBitmap;
class SkPicture;
@@ -15,7 +16,7 @@ namespace cc {
class PrioritizedTexture;
-struct ResourceUpdate {
+struct CC_EXPORT ResourceUpdate {
static ResourceUpdate Create(PrioritizedTexture*,
const SkBitmap*,
gfx::Rect content_rect,
« no previous file with comments | « cc/resource_provider.h ('k') | cc/resource_update_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698