Skip to content

Commit

Permalink
Bug 1328494 - Convert nsDisplayBullet to layer. r=mattwoodrow
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 8cDvUfwJqUF
  • Loading branch information
mephisto41 committed Jan 24, 2017
1 parent 0977276 commit 1928a5f
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 44 deletions.
1 change: 1 addition & 0 deletions gfx/thebes/gfxPrefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ class gfxPrefs final
DECL_GFX_PREF(Once, "layers.acceleration.force-enabled", LayersAccelerationForceEnabledDoNotUseDirectly, bool, false);
DECL_GFX_PREF(Live, "layers.advanced.border-layers", LayersAllowBorderLayers, bool, false);
DECL_GFX_PREF(Live, "layers.advanced.text-layers", LayersAllowTextLayers, bool, false);
DECL_GFX_PREF(Live, "layers.advanced.bullet-layers", LayersAllowBulletLayers, bool, false);
DECL_GFX_PREF(Once, "layers.allow-d3d9-fallback", LayersAllowD3D9Fallback, bool, false);
DECL_GFX_PREF(Once, "layers.amd-switchable-gfx.enabled", LayersAMDSwitchableGfxEnabled, bool, false);
DECL_GFX_PREF(Once, "layers.async-pan-zoom.enabled", AsyncPanZoomEnabledDoNotUseDirectly, bool, true);
Expand Down
Loading

0 comments on commit 1928a5f

Please sign in to comment.