Index: cc/base/switches.h |
diff --git a/cc/base/switches.h b/cc/base/switches.h |
old mode 100644 |
new mode 100755 |
index 19cba57bb98a794ba99b08c484cfa5538163d0a2..97b47eb7e9e2ddb56939efb8dba3190b7a3162e4 |
--- a/cc/base/switches.h |
+++ b/cc/base/switches.h |
@@ -7,6 +7,7 @@ |
#ifndef CC_BASE_SWITCHES_H_ |
#define CC_BASE_SWITCHES_H_ |
+#include "base/basictypes.h" |
#include "cc/base/cc_export.h" |
// Since cc is used from the render process, anything that goes here also needs |
@@ -76,6 +77,7 @@ CC_EXPORT bool IsLCDTextEnabled(); |
CC_EXPORT bool IsImplSidePaintingEnabled(); |
CC_EXPORT bool IsGPURasterizationEnabled(); |
CC_EXPORT bool IsMapImageEnabled(); |
+CC_EXPORT size_t GetNumRasterThreads(); |
} // namespace switches |
} // namespace cc |