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

Unified Diff: ui/aura_shell/examples/example_factory.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/bubble.cc ('k') | ui/aura_shell/examples/window_type_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura_shell/examples/example_factory.h
diff --git a/ui/aura_shell/examples/example_factory.h b/ui/aura_shell/examples/example_factory.h
index 7bb34d2c7ec2eb09132ece8ab81e0d4dc48d4514..da60715b3ec8f2c9b61cf8d47e882edc6718ab08 100644
--- a/ui/aura_shell/examples/example_factory.h
+++ b/ui/aura_shell/examples/example_factory.h
@@ -12,10 +12,14 @@ namespace gfx {
class Point;
}
+namespace views {
+class Widget;
+}
+
namespace aura_shell {
namespace examples {
-void CreatePointyBubble(gfx::NativeWindow parent, const gfx::Point& origin);
+void CreatePointyBubble(views::Widget* parent, const gfx::Point& origin);
void CreateLock();
« no previous file with comments | « ui/aura_shell/examples/bubble.cc ('k') | ui/aura_shell/examples/window_type_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698