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

Unified Diff: ui/aura/window.h

Issue 2654413002: Stretching NativeViewHost, and misc tab capture fixes.
Patch Set: Gettin' it all working on ui/cocoa and MacViews too. Created 3 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 | « content/browser/web_contents/web_contents_view_mac.mm ('k') | ui/aura/window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window.h
diff --git a/ui/aura/window.h b/ui/aura/window.h
index 01c6c96870d4a31c982653e0fd383b9a48d6d88d..525f692a6755673fb98003cbdc05a8435e999430 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -153,6 +153,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
gfx::Rect GetBoundsInScreen() const;
void SetTransform(const gfx::Transform& transform);
+ const gfx::Transform& transform() const { return layer()->transform(); }
// Assigns a LayoutManager to size and place child windows.
// The Window takes ownership of the LayoutManager.
« no previous file with comments | « content/browser/web_contents/web_contents_view_mac.mm ('k') | ui/aura/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698