| Index: trunk/src/cc/test/layer_tree_test.h
|
| ===================================================================
|
| --- trunk/src/cc/test/layer_tree_test.h (revision 238469)
|
| +++ trunk/src/cc/test/layer_tree_test.h (working copy)
|
| @@ -103,6 +103,10 @@
|
| public:
|
| virtual ~LayerTreeTest();
|
|
|
| + virtual void AfterTest() = 0;
|
| + virtual void BeginTest() = 0;
|
| + virtual void SetupTree();
|
| +
|
| virtual void EndTest();
|
| void EndTestAfterDelay(int delay_milliseconds);
|
|
|
| @@ -143,11 +147,6 @@
|
| void DispatchComposite();
|
| void DispatchDidAddAnimation();
|
|
|
| - virtual void AfterTest() = 0;
|
| - virtual void WillBeginTest();
|
| - virtual void BeginTest() = 0;
|
| - virtual void SetupTree();
|
| -
|
| virtual void RunTest(bool threaded,
|
| bool delegating_renderer,
|
| bool impl_side_painting);
|
|
|