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

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

Issue 11453012: Fix black background when locking with fullscreen window: (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rename undo/stop to cancel Created 8 years 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: ui/compositor/test/compositor_test_support.h
diff --git a/ui/compositor/test/compositor_test_support.h b/ui/compositor/test/compositor_test_support.h
index e0923400cde6413625c735bb4998d3dac6eaf721..f1cf965ad233154df0c4cc698072473209f90199 100644
--- a/ui/compositor/test/compositor_test_support.h
+++ b/ui/compositor/test/compositor_test_support.h
@@ -5,8 +5,17 @@
#ifndef UI_COMPOSITOR_TEST_COMPOSITOR_TEST_SUPPORT_H_
#define UI_COMPOSITOR_TEST_COMPOSITOR_TEST_SUPPORT_H_
+#include "base/memory/scoped_ptr.h"
+#include "ui/base/animation/animation_container_test_helper.h"
+
namespace ui {
+namespace test {
+
+scoped_ptr<AnimationContainerTestHelper> CreateLayerAnimatorHelperForTest();
+
+}
+
class CompositorTestSupport {
public:
// Called by programs that want to use a real compositor,

Powered by Google App Engine
This is Rietveld 408576698