Chromium Code Reviews| Index: chrome/browser/ui/views/bubble/bubble.cc |
| diff --git a/chrome/browser/ui/views/bubble/bubble.cc b/chrome/browser/ui/views/bubble/bubble.cc |
| index 3cb8edaef0d771ac77be784e76f496045566dfb0..a8d354166691a0d3cea12cfd2792aa2e7edaa3d4 100644 |
| --- a/chrome/browser/ui/views/bubble/bubble.cc |
| +++ b/chrome/browser/ui/views/bubble/bubble.cc |
| @@ -111,6 +111,7 @@ void Bubble::AnimationProgressed(const ui::Animation* animation) { |
| animation_->GetCurrentValue() * 255); |
| #if defined(USE_AURA) |
| // TODO(beng): |
| + (void)opacity; |
|
Ben Goodger (Google)
2011/09/16 01:11:18
que?
Emmanuel Saint-loubert-Bié
2011/09/16 02:34:54
without the (void) you get a warning that you have
Ben Goodger (Google)
2011/09/16 14:46:55
Huh. OK.
|
| NOTIMPLEMENTED(); |
| #elif defined(OS_WIN) |
| SetLayeredWindowAttributes(GetNativeView(), 0, |