This commit is contained in:
Ali Juma 2012-01-16 10:06:34 -05:00
Родитель 710922f128 357db69ac3
Коммит 5a26f9ea2c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -91,7 +91,7 @@ static gfxIntSize gAndroidTileSize = gfxIntSize(0, 0);
static gfxIntSize gAndroidScreenBounds;
#ifdef ACCESSIBILITY
bool nsWindow::sAccessibilityEnabled = false;
bool nsWindow::sAccessibilityEnabled = true;
#endif
#ifdef MOZ_JAVA_COMPOSITOR
@ -103,7 +103,7 @@ static AndroidDirectTexture* sDirectTexture = new AndroidDirectTexture(2048, 204
AndroidGraphicBuffer::UsageSoftwareWrite | AndroidGraphicBuffer::UsageTexture,
gfxASurface::ImageFormatRGB16_565);
static bool sHasDirectTexture = true;
static bool sHasDirectTexture = false;
#endif