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

Unified Diff: ui/aura/root_window.h

Issue 11087093: Migrate ui::Transform to gfx::Transform (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Should pass trybots this time Created 8 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 | « chrome/browser/ui/views/extensions/extension_install_dialog_view.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window.h
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index b28e79ed8f50d76d3b952c77008a49413893137d..3670e843924b3f7376d225a681f7c27269281e41 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -29,6 +29,7 @@
namespace gfx {
class Size;
+class Transform;
}
namespace ui {
@@ -39,7 +40,6 @@ class LayerAnimationSequence;
class MouseEvent;
class ScrollEvent;
class TouchEvent;
-class Transform;
class ViewProp;
}
@@ -251,7 +251,7 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
// Overridden from Window:
virtual RootWindow* GetRootWindow() OVERRIDE;
virtual const RootWindow* GetRootWindow() const OVERRIDE;
- virtual void SetTransform(const ui::Transform& transform) OVERRIDE;
+ virtual void SetTransform(const gfx::Transform& transform) OVERRIDE;
// Overridden from ui::EventTarget:
virtual ui::EventTarget* GetParentTarget() OVERRIDE;
« no previous file with comments | « chrome/browser/ui/views/extensions/extension_install_dialog_view.cc ('k') | ui/aura/root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698