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

Unified Diff: ui/ozone/public/surface_ozone_egl.h

Issue 1871743003: ui: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « ui/ozone/public/overlay_candidates_ozone.cc ('k') | ui/ozone/public/surface_ozone_egl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/surface_ozone_egl.h
diff --git a/ui/ozone/public/surface_ozone_egl.h b/ui/ozone/public/surface_ozone_egl.h
index b8970da9cc226332c6f6516d7dac3c5b2243a01c..67424a4bcc87041b19b59a1f5951d40b58b6fcfb 100644
--- a/ui/ozone/public/surface_ozone_egl.h
+++ b/ui/ozone/public/surface_ozone_egl.h
@@ -24,6 +24,7 @@ typedef base::Callback<void(gfx::SwapResult)> SwapCompletionCallback;
// Holds callbacks to functions for configuring EGL on platform.
struct OZONE_BASE_EXPORT EglConfigCallbacks {
EglConfigCallbacks();
+ EglConfigCallbacks(const EglConfigCallbacks& other);
~EglConfigCallbacks();
base::Callback<bool(const int32_t* attribs,
void** /* EGLConfig* */ configs,
« no previous file with comments | « ui/ozone/public/overlay_candidates_ozone.cc ('k') | ui/ozone/public/surface_ozone_egl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698