#include "cc/test/fake_layer_tree_host_impl_client.h"
#include "cc/trees/mutator_host.h"
namespace cc {
bool FakeLayerTreeHostImplClient::IsInsideDraw() { … }
void FakeLayerTreeHostImplClient::SetNeedsImplSideInvalidation(
bool needs_first_draw_on_activation) { … }
void FakeLayerTreeHostImplClient::NotifyReadyToActivate() { … }
bool FakeLayerTreeHostImplClient::IsReadyToActivate() { … }
void FakeLayerTreeHostImplClient::NotifyReadyToDraw() { … }
bool FakeLayerTreeHostImplClient::IsInSynchronousComposite() const { … }
size_t FakeLayerTreeHostImplClient::CommitDurationSampleCountForTesting()
const { … }
}