Index: views/widget/root_view.h |
diff --git a/views/widget/root_view.h b/views/widget/root_view.h |
index 6bb97952f47265648b2a26c62ce6090012f95891..67c9e4016745816585060e7adcc2879157d32231 100644 |
--- a/views/widget/root_view.h |
+++ b/views/widget/root_view.h |
@@ -102,9 +102,7 @@ class RootView : public View, |
virtual bool IsVisibleInRootView() const OVERRIDE; |
virtual std::string GetClassName() const OVERRIDE; |
virtual void SchedulePaintInRect(const gfx::Rect& rect) OVERRIDE; |
-#if defined(COMPOSITOR_2) |
virtual void SchedulePaintInternal(const gfx::Rect& rect) OVERRIDE; |
-#endif |
virtual bool OnMousePressed(const MouseEvent& event) OVERRIDE; |
virtual bool OnMouseDragged(const MouseEvent& event) OVERRIDE; |
virtual void OnMouseReleased(const MouseEvent& event) OVERRIDE; |