Index: ui/views/view.h |
diff --git a/ui/views/view.h b/ui/views/view.h |
index 23f4323205c31504b22cf8331d09a371bcb727c7..093be07bbcdb0937b2b9a485094693046b3967ed 100644 |
--- a/ui/views/view.h |
+++ b/ui/views/view.h |
@@ -1244,10 +1244,6 @@ class VIEWS_EXPORT View : public ui::LayerDelegate, |
// new bounds. |
void SchedulePaintBoundsChanged(SchedulePaintType type); |
- // Common Paint() code shared by accelerated and non-accelerated code paths to |
- // invoke OnPaint() on the View. |
- void PaintCommon(gfx::Canvas* canvas, const CullSet& cull_set); |
- |
// Tree operations ----------------------------------------------------------- |
// Removes |view| from the hierarchy tree. If |update_focus_cycle| is true, |