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

Unified Diff: views/widget/root_view.h

Issue 7273073: Animated Rotation (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Removed unnecessary include Created 9 years, 4 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
Index: views/widget/root_view.h
diff --git a/views/widget/root_view.h b/views/widget/root_view.h
index a02b5d34f0222350c49a13f927be82ed66fa9776..77e52b1c2d2e9e50dedd34049e9c258164f8d8ce 100644
--- a/views/widget/root_view.h
+++ b/views/widget/root_view.h
@@ -106,6 +106,7 @@ class VIEWS_EXPORT RootView : public View, public FocusTraversable {
virtual Widget* GetWidget() OVERRIDE;
virtual bool IsVisibleInRootView() const OVERRIDE;
virtual std::string GetClassName() const OVERRIDE;
+ virtual void ScheduleComposite() OVERRIDE;
virtual void SchedulePaintInRect(const gfx::Rect& rect) OVERRIDE;
virtual void SchedulePaintInternal(const gfx::Rect& rect) OVERRIDE;
virtual bool OnMousePressed(const MouseEvent& event) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698