| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 54a16aa819d946c0c28f5545452285a0913cee22..03ddaa050d8288544f7fd87a59f981c484282061 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -32,6 +32,7 @@
|
| #include "cc/quads/render_pass.h"
|
| #include "cc/resources/resource_provider.h"
|
| #include "cc/resources/tile_manager.h"
|
| +#include "cc/scheduler/commit_earlyout_reason.h"
|
| #include "cc/scheduler/draw_result.h"
|
| #include "skia/ext/refptr.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| @@ -190,7 +191,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| void AppendRenderPass(scoped_ptr<RenderPass> render_pass) override;
|
| };
|
|
|
| - virtual void BeginMainFrameAborted(bool did_handle);
|
| + virtual void BeginMainFrameAborted(CommitEarlyOutReason reason);
|
| virtual void BeginCommit();
|
| virtual void CommitComplete();
|
| virtual void Animate(base::TimeTicks monotonic_time);
|
|
|