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

Unified Diff: ui/aura_shell/examples/example_factory.h

Issue 8368016: Rebase BookmarkBubble on the new views bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only SelectAll on the title textfield when the buble is first shown. Created 9 years, 1 month 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 da60715b3ec8f2c9b61cf8d47e882edc6718ab08..8e184193637ab2a6b5e20c1677336d1c63908c4e 100644
--- a/ui/aura_shell/examples/example_factory.h
+++ b/ui/aura_shell/examples/example_factory.h
@@ -8,18 +8,14 @@
#include "ui/gfx/native_widget_types.h"
-namespace gfx {
-class Point;
-}
-
namespace views {
-class Widget;
+class View;
}
namespace aura_shell {
namespace examples {
-void CreatePointyBubble(views::Widget* parent, const gfx::Point& origin);
+void CreatePointyBubble(views::View* anchor_view);
void CreateLock();
@@ -29,5 +25,4 @@ void CreateWidgetsWindow();
} // namespace examples
} // namespace aura_shell
-
#endif // UI_AURA_SHELL_SHELL_FACTORY_H_
« 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