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

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

Issue 2834603003: Split StyleSurroundData::padding into four individual Lengths. (Closed)
Patch Set: Split StyleSurroundData::padding into four individual Lengths. Created 3 years, 8 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 | « third_party/WebKit/Source/platform/Theme.cpp ('k') | third_party/WebKit/Source/platform/mac/ThemeMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/mac/ThemeMac.h
diff --git a/third_party/WebKit/Source/platform/mac/ThemeMac.h b/third_party/WebKit/Source/platform/mac/ThemeMac.h
index fe2c61efa3d93484b12c5414c7468fb2e7847910..7971ddb28b3e959d7a96b8f05ada22d90d8e07a2 100644
--- a/third_party/WebKit/Source/platform/mac/ThemeMac.h
+++ b/third_party/WebKit/Source/platform/mac/ThemeMac.h
@@ -53,7 +53,10 @@ class ThemeMac : public Theme {
virtual LengthBox ControlPadding(ControlPart,
const FontDescription&,
- const LengthBox& zoomed_box,
+ const Length& zoomed_box_top,
+ const Length& zoomed_box_right,
+ const Length& zoomed_box_bottom,
+ const Length& zoomed_box_left,
float zoom_factor) const;
virtual LengthBox ControlBorder(ControlPart,
const FontDescription&,
« no previous file with comments | « third_party/WebKit/Source/platform/Theme.cpp ('k') | third_party/WebKit/Source/platform/mac/ThemeMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698