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

Side by Side Diff: chrome/browser/ui/window_sizer_aura.cc

Issue 10704022: browser: Move window sizer to subdir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/ui/window_sizer.h"
6
7 // This doesn't matter for aura, which has different tiling.
8 // static
9 const int WindowSizer::kWindowTilePixels = 10;
10
11 // static
12 gfx::Point WindowSizer::GetDefaultPopupOrigin(const gfx::Size& size) {
13 // TODO(skuhne): Check if this isn't needed anymore (since it is implemented
14 // in WindowPositioner) and remove it.
15 return gfx::Point();
16 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/window_sizer_ash_unittest.cc ('k') | chrome/browser/ui/window_sizer_common_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698