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

Unified Diff: ash/shelf/shelf.h

Issue 1742953002: Simplify ash shelf layout code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore ConvertRectToScreen calls. Created 4 years, 10 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 | « no previous file | ash/shelf/shelf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf.h
diff --git a/ash/shelf/shelf.h b/ash/shelf/shelf.h
index c00895f204b9b5581f529b10eb13b89edb92ac65..597dd37aca3b6c846b8e659fef2f021a1376944d 100644
--- a/ash/shelf/shelf.h
+++ b/ash/shelf/shelf.h
@@ -124,10 +124,6 @@ class ASH_EXPORT Shelf {
return shelf_widget_->shelf_layout_manager();
}
- // Set the bounds of the shelf view.
- void SetShelfViewBounds(gfx::Rect bounds);
- gfx::Rect GetShelfViewBounds() const;
-
// Returns rectangle bounding all visible shelf items. Used screen coordinate
// system.
gfx::Rect GetVisibleItemsBoundsInScreen() const;
« no previous file with comments | « no previous file | ash/shelf/shelf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698