Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: chrome/browser/ui/views/bubble/bubble.cc

Issue 7850026: Aura under Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: First version that links (and crashes) Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698