Skip to content

Commit

Permalink
Bug 539356. Part 30: Call correct HasShadowManager method. Fixing Win…
Browse files Browse the repository at this point in the history
… mochitest-2 bustage. r=the-wind
  • Loading branch information
rocallahan committed Jun 30, 2012
1 parent 389936d commit 8b3ef46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/layers/d3d10/LayerManagerD3D10.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ LayerManagerD3D10::Initialize(bool force)
mInputLayout = attachments->mInputLayout;
}

if (LayerManager::HasShadowManager()) {
if (ShadowLayerForwarder::HasShadowManager()) {
reporter.SetSuccessful();
return true;
}
Expand Down

0 comments on commit 8b3ef46

Please sign in to comment.