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

Unified Diff: sky/engine/core/frame/Settings.cpp

Issue 1148253003: Add LayoutRoot (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Updated Created 5 years, 7 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
Index: sky/engine/core/frame/Settings.cpp
diff --git a/sky/engine/core/frame/Settings.cpp b/sky/engine/core/frame/Settings.cpp
index f4bf9545084ea9ba4c10d242e22dc2f97e9e5093..29160134774f0388230c112c8fe5288a032eff83 100644
--- a/sky/engine/core/frame/Settings.cpp
+++ b/sky/engine/core/frame/Settings.cpp
@@ -38,7 +38,8 @@ static const bool defaultSmartInsertDeleteEnabled = false;
#endif
Settings::Settings()
- : m_openGLMultisamplingEnabled(false)
+ : m_delegate(nullptr)
+ , m_openGLMultisamplingEnabled(false)
SETTINGS_INITIALIZER_LIST
{
}

Powered by Google App Engine
This is Rietveld 408576698