Index: cc/base/switches.h |
diff --git a/cc/base/switches.h b/cc/base/switches.h |
old mode 100644 |
new mode 100755 |
index e92eb2e31ce598e74e619ae781a8af19ef3ad292..984f21f112c1ffdeb5c8b51ec80d445e5d2b35eb |
--- a/cc/base/switches.h |
+++ b/cc/base/switches.h |
@@ -8,6 +8,7 @@ |
#define CC_BASE_SWITCHES_H_ |
#include "cc/base/cc_export.h" |
+#include "cc/base/math_util.h" |
// Since cc is used from the render process, anything that goes here also needs |
// to be added to render_process_host_impl.cc. |
@@ -74,6 +75,7 @@ CC_EXPORT extern const char kCCRebaselinePixeltests[]; |
CC_EXPORT bool IsLCDTextEnabled(); |
CC_EXPORT bool IsImplSidePaintingEnabled(); |
CC_EXPORT bool IsMapImageEnabled(); |
+CC_EXPORT size_t GetNumRasterThreads(); |
} // namespace switches |
} // namespace cc |