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

Unified Diff: ui/compositor/test/test_compositor_host.h

Issue 11138008: compositor: Reuse GetXDisplay() function from x11_util.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | ui/compositor/test/test_compositor_host_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/test/test_compositor_host.h
diff --git a/ui/compositor/test/test_compositor_host.h b/ui/compositor/test/test_compositor_host.h
index fc41d512b6f889512723fd9db6cbca55b6ca080d..67e7606c0616126f0635f27c46a5f3b13f003dce 100644
--- a/ui/compositor/test/test_compositor_host.h
+++ b/ui/compositor/test/test_compositor_host.h
@@ -1,12 +1,10 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UI_COMPOSITOR_TEST_TEST_COMPOSITOR_HOST_H_
#define UI_COMPOSITOR_TEST_TEST_COMPOSITOR_HOST_H_
-#include "base/message_loop.h"
-
namespace gfx {
class Rect;
}
@@ -25,7 +23,7 @@ class TestCompositorHost {
// Shows the TestCompositorHost.
virtual void Show() = 0;
- virtual ui::Compositor* GetCompositor() = 0;
+ virtual Compositor* GetCompositor() = 0;
};
} // namespace ui
« no previous file with comments | « no previous file | ui/compositor/test/test_compositor_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698