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

Unified Diff: ui/views/view.h

Issue 1035833002: views: Remove View::PaintCommon, merge it into View::Paint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | ui/views/view.cc » ('j') | ui/views/view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | ui/views/view.cc » ('j') | ui/views/view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698