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

Unified Diff: ui/aura/screen_aura.h

Issue 8381015: Add workspace to desktop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: temporarily exlucde tests failing on win Created 9 years, 2 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 | ui/aura/test/aura_test_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/screen_aura.h
diff --git a/ui/aura/screen_aura.h b/ui/aura/screen_aura.h
index b2a9f4c22b75103701d945c9e9549d5d825685e1..e27b4623ff632f296ca98554c0561bf188afb9f6 100644
--- a/ui/aura/screen_aura.h
+++ b/ui/aura/screen_aura.h
@@ -23,6 +23,7 @@ class AURA_EXPORT ScreenAura : public gfx::Screen {
void set_work_area_insets(const gfx::Insets& insets) {
work_area_insets_ = insets;
}
+ const gfx::Insets& work_area_insets() const { return work_area_insets_; }
protected:
virtual gfx::Point GetCursorScreenPointImpl() OVERRIDE;
« no previous file with comments | « no previous file | ui/aura/test/aura_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698