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

Unified Diff: views/widget/widget.cc

Issue 8240006: Use a mocked compositor for unit tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 9 years, 2 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
« ui/aura/desktop.h ('K') | « views/widget/widget.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/widget.cc
diff --git a/views/widget/widget.cc b/views/widget/widget.cc
index 8baf11c383d8c0a8c3dae552904402a0dc15f56c..54d28cde92cfb0b992e8f2ee7407371a4f60015e 100644
--- a/views/widget/widget.cc
+++ b/views/widget/widget.cc
@@ -1101,7 +1101,7 @@ void Widget::DestroyRootView() {
// Widget, private:
// static
-ui::Compositor*(*Widget::compositor_factory_)() = NULL;
+ui::Compositor*(*Widget::compositor_factory_)(ui::CompositorDelegate*) = NULL;
bool Widget::ShouldReleaseCaptureOnMouseReleased() const {
return true;
« ui/aura/desktop.h ('K') | « views/widget/widget.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698