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

Unified Diff: cc/priority_calculator.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/prioritized_texture_manager.h ('k') | cc/proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/priority_calculator.h
diff --git a/cc/priority_calculator.h b/cc/priority_calculator.h
index 2b39fdc6d2ed3a8bd8254e9f38a9077aa9fc687c..7cb4b93dc050972979f3f86a0cc5f5870faa28ba 100644
--- a/cc/priority_calculator.h
+++ b/cc/priority_calculator.h
@@ -5,13 +5,15 @@
#ifndef CCPriorityCalculator_h
#define CCPriorityCalculator_h
+#include "cc/cc_export.h"
+
namespace gfx {
class Rect;
}
namespace cc {
-class PriorityCalculator {
+class CC_EXPORT PriorityCalculator {
public:
static int uiPriority(bool drawsToRootSurface);
static int visiblePriority(bool drawsToRootSurface);
« no previous file with comments | « cc/prioritized_texture_manager.h ('k') | cc/proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698