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

Unified Diff: ash/wm/window_util.h

Issue 2640243005: Align layers for ARC notification surface to pixels (Closed)
Patch Set: . Created 3 years, 11 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/common/accelerators/debug_commands.cc ('k') | ash/wm/window_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_util.h
diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h
index c0a593bce38029d96bd6f931de770134a1101e0d..ba696ddb33c7accb087e7cf78936958d2b3016fd 100644
--- a/ash/wm/window_util.h
+++ b/ash/wm/window_util.h
@@ -47,7 +47,7 @@ ASH_EXPORT bool MoveWindowToEventRoot(aura::Window* window,
const ui::Event& event);
// Snap the window's layer to physical pixel boundary.
-void SnapWindowToPixelBoundary(aura::Window* window);
+ASH_EXPORT void SnapWindowToPixelBoundary(aura::Window* window);
// Mark the container window so that InstallSnapLayoutManagerToContainers
// installs the SnapToPixelLayoutManager.
« no previous file with comments | « ash/common/accelerators/debug_commands.cc ('k') | ash/wm/window_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698