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/native_theme/native_theme.h

Issue 1825273002: Add more out of line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « ui/base/ime/composition_text.cc ('k') | ui/native_theme/native_theme.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme.h
diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
index 057d49ca55e2554f89bc213ca3772402539c0889..a9f56d5d6d9d1a0d4094603879e366d31d3b4ead 100644
--- a/ui/native_theme/native_theme.h
+++ b/ui/native_theme/native_theme.h
@@ -199,6 +199,7 @@ class NATIVE_THEME_EXPORT NativeTheme {
union NATIVE_THEME_EXPORT ExtraParams {
ExtraParams();
+ ExtraParams(const ExtraParams& other);
ButtonExtraParams button;
InnerSpinButtonExtraParams inner_spin;
« no previous file with comments | « ui/base/ime/composition_text.cc ('k') | ui/native_theme/native_theme.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698