mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 888289 - Reland the part from bug 822115 that was accidentally backed out in the layers refactoring. r=mattwoodrow
This commit is contained in:
parent
d426585dce
commit
bf8fa2c4b3
@ -629,16 +629,7 @@ BasicLayerManager::EndTransactionInternal(DrawThebesLayerCallback aCallback,
|
|||||||
void
|
void
|
||||||
BasicLayerManager::FlashWidgetUpdateArea(gfxContext *aContext)
|
BasicLayerManager::FlashWidgetUpdateArea(gfxContext *aContext)
|
||||||
{
|
{
|
||||||
static bool sWidgetFlashingEnabled;
|
if (gfxPlatform::GetPlatform()->WidgetUpdateFlashing()) {
|
||||||
static bool sWidgetFlashingPrefCached = false;
|
|
||||||
|
|
||||||
if (!sWidgetFlashingPrefCached) {
|
|
||||||
sWidgetFlashingPrefCached = true;
|
|
||||||
mozilla::Preferences::AddBoolVarCache(&sWidgetFlashingEnabled,
|
|
||||||
"nglayout.debug.widget_update_flashing");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (sWidgetFlashingEnabled) {
|
|
||||||
float r = float(rand()) / RAND_MAX;
|
float r = float(rand()) / RAND_MAX;
|
||||||
float g = float(rand()) / RAND_MAX;
|
float g = float(rand()) / RAND_MAX;
|
||||||
float b = float(rand()) / RAND_MAX;
|
float b = float(rand()) / RAND_MAX;
|
||||||
|
Loading…
Reference in New Issue
Block a user