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..d4f6d0355988238613015ac0e5d5ae372dd91c90 |
--- 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" |
reveman
2013/12/28 14:45:48
I still don't know why you're adding this include.
sohanjg
2013/12/30 06:49:36
Done.
I had added this for size_t and LOG usage, i
|
// Since cc is used from the render process, anything that goes here also needs |
// to be added to render_process_host_impl.cc. |
@@ -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 |