Bug 732917 - Remove ShadowLayers::ShouldDoubleBuffer. r=cjones

This function has been unused since bug #690469.
This commit is contained in:
Chris Lord 2012-03-17 12:06:29 +00:00
Родитель f3502559f6
Коммит c0e921b31a
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -302,12 +302,6 @@ public:
return mParentBackend;
}
/*
* No need to use double buffer in system memory with GPU rendering,
* texture used as front buffer.
*/
bool ShouldDoubleBuffer() { return GetParentBackendType() == LayerManager::LAYERS_BASIC; }
/**
* Flag the next paint as the first for a document.
*/