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

Unified Diff: chrome/browser/ui/views/wrench_menu.cc

Issue 7845033: Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 | « aura/window.cc ('k') | ui/gfx/compositor/compositor.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/wrench_menu.cc
===================================================================
--- chrome/browser/ui/views/wrench_menu.cc (revision 100773)
+++ chrome/browser/ui/views/wrench_menu.cc (working copy)
@@ -239,10 +239,6 @@
View::SchedulePaintInRect(gfx::Rect(0, 0, width(), height()));
}
- virtual void SchedulePaintInternal(const gfx::Rect& r) {
- View::SchedulePaintInternal(gfx::Rect(0, 0, width(), height()));
- }
-
private:
DISALLOW_COPY_AND_ASSIGN(ScheduleAllView);
};
« no previous file with comments | « aura/window.cc ('k') | ui/gfx/compositor/compositor.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698