Skip to content

Commit

Permalink
Rename hidden pref to better reflect effect
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfbeast committed Jun 8, 2014
1 parent 790d532 commit 0da53af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/base/FrameLayerBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3263,7 +3263,7 @@ static bool ShouldDrawRectsSeparately(gfxContext* aContext, DrawRegionClip aClip
static bool sPaintRectsSeparately;
static bool sPaintRectsSeparatelyPrefCached = false;
if (!sPaintRectsSeparatelyPrefCached) {
Preferences::AddBoolVarCache(&sPaintRectsSeparately, "layout.paint_rects_separately", true);
Preferences::AddBoolVarCache(&sPaintRectsSeparately, "layout.altrendering.enabled", true);
sPaintRectsSeparatelyPrefCached = true;
}

Expand Down

0 comments on commit 0da53af

Please sign in to comment.