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

Unified Diff: Source/platform/mac/ThemeMac.h

Issue 1186523004: Rename adjustPaintInvalidationRect and related to addVisualOverflow (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « Source/platform/Theme.h ('k') | Source/platform/mac/ThemeMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/mac/ThemeMac.h
diff --git a/Source/platform/mac/ThemeMac.h b/Source/platform/mac/ThemeMac.h
index c7f5c3da548dc137831fafcbbb90e87b8b71a1b7..ed3bf092aaff913b26ebc0fd80ca23d164e63a24 100644
--- a/Source/platform/mac/ThemeMac.h
+++ b/Source/platform/mac/ThemeMac.h
@@ -52,7 +52,7 @@ public:
virtual bool controlRequiresPreWhiteSpace(ControlPart part) const { return part == PushButtonPart; }
virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollableArea*) const;
- virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect&, float zoomFactor) const;
+ virtual void addVisualOverflow(ControlPart, ControlStates, float zoomFactor, IntRect& borderBox) const;
// Inflate an IntRect to accout for specific padding around margins.
enum {
« no previous file with comments | « Source/platform/Theme.h ('k') | Source/platform/mac/ThemeMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698