mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
make this DEBUG_roc instead of DEBUG - we dont' ALL need to debug the view manager
This commit is contained in:
parent
0558bc4667
commit
90126a2f00
@ -1236,7 +1236,7 @@ void nsViewManager::RenderViews(nsIView *aRootView, nsIRenderingContext& aRC, co
|
||||
// XXX Which color should we use for these bits?
|
||||
aRC.SetColor(NS_RGB(128, 128, 128));
|
||||
aRC.FillRect(finalTransparentRect);
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG_roc
|
||||
printf("XXX: Using final transparent rect, x=%d, y=%d, width=%d, height=%d\n",
|
||||
finalTransparentRect.x, finalTransparentRect.y, finalTransparentRect.width, finalTransparentRect.height);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user