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

Unified Diff: views/bubble/bubble_border.h

Issue 8227003: Views Bubble API adjustments and cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add close_on_esc setting and fade-in functionality. Created 9 years, 2 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
« no previous file with comments | « ui/aura_shell/examples/window_type_launcher.cc ('k') | views/bubble/bubble_border.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/bubble/bubble_border.h
diff --git a/views/bubble/bubble_border.h b/views/bubble/bubble_border.h
index 59ec8b79f39011af348c5b6a535e8e20a351cece..ce0c448580c3d5e877834da2afb3bf6e19e90a0d 100644
--- a/views/bubble/bubble_border.h
+++ b/views/bubble/bubble_border.h
@@ -6,7 +6,6 @@
#define VIEWS_BUBBLE_BUBBLE_BORDER_H_
#pragma once
-#include "third_party/skia/include/core/SkColor.h"
#include "views/background.h"
#include "views/border.h"
@@ -108,7 +107,7 @@ class VIEWS_EXPORT BubbleBorder : public views::Border {
// Loads images if necessary.
static void InitClass();
- virtual ~BubbleBorder() { }
+ virtual ~BubbleBorder();
// Overridden from views::Border:
virtual void Paint(const views::View& view, gfx::Canvas* canvas) const;
« no previous file with comments | « ui/aura_shell/examples/window_type_launcher.cc ('k') | views/bubble/bubble_border.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698