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

Unified Diff: ash/shell_factory.h

Issue 10205013: Reland "Fix wallpaper fade animation flashing problem" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix issue Created 8 years, 8 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 | « ash/desktop_background/desktop_background_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_factory.h
diff --git a/ash/shell_factory.h b/ash/shell_factory.h
index 1e579530f3cfd649c03abeb5557358a48f8053ad..03b8170b7ea24f0571c959e151662c750a4ed9f3 100644
--- a/ash/shell_factory.h
+++ b/ash/shell_factory.h
@@ -21,8 +21,7 @@ class Widget;
namespace ash {
namespace internal {
-views::Widget* CreateDesktopBackground(const SkBitmap& wallpaper,
- ImageLayout layout);
+void CreateDesktopBackground(const SkBitmap& wallpaper, ImageLayout layout);
ASH_EXPORT views::Widget* CreateStatusArea(views::View* contents);
} // namespace internal
« no previous file with comments | « ash/desktop_background/desktop_background_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698