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

Unified Diff: ui/aura/desktop.cc

Issue 8500012: Fixes compile with webkit compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop.cc
diff --git a/ui/aura/desktop.cc b/ui/aura/desktop.cc
index 2f6bde8b8459871b0ce8203c41ff5e28c4619249..2518039b96ef270774abec593b8b235101714b95 100644
--- a/ui/aura/desktop.cc
+++ b/ui/aura/desktop.cc
@@ -184,7 +184,7 @@ Desktop::Desktop()
Desktop::~Desktop() {
in_destructor_ = true;
#ifdef USE_WEBKIT_COMPOSITOR
- if (!compositor_factory_)
+ if (!ui::Compositor::compositor_factory())
ui::CompositorCC::Terminate();
#endif
if (instance_ == this)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698