update const

This commit is contained in:
Jared Forsyth
2015-08-05 21:57:06 -07:00
parent 5221f3ab7e
commit e1d99952f7
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ __forceinline const float fminf(const float a, const float b) {
#define SMALL_WIDTH 35 #define SMALL_WIDTH 35
#define SMALL_HEIGHT 18 #define SMALL_HEIGHT 18
#define BIG_WIDTH 172 #define BIG_WIDTH 172
#define BIG_HEIGHT 37 #define BIG_HEIGHT 36
#define BIG_MIN_WIDTH 100 #define BIG_MIN_WIDTH 100
#define SMALL_TEXT "small" #define SMALL_TEXT "small"
#define LONG_TEXT "loooooooooong with space" #define LONG_TEXT "loooooooooong with space"

View File

@@ -408,7 +408,7 @@ var layoutTestUtils = (function() {
smallWidth: 34.671875, smallWidth: 34.671875,
smallHeight: 18, smallHeight: 18,
bigWidth: 172.421875, bigWidth: 172.421875,
bigHeight: 37, bigHeight: 36,
bigMinWidth: 100.4375 bigMinWidth: 100.4375
}; };