| Index: blimp/client/feature/compositor/blimp_compositor.h
|
| diff --git a/blimp/client/feature/compositor/blimp_compositor.h b/blimp/client/feature/compositor/blimp_compositor.h
|
| index e247db6b84b89ef0e62b511f82be4e3caf46a0a1..a38f5f9a34562d78c849dcc29e827e785426244e 100644
|
| --- a/blimp/client/feature/compositor/blimp_compositor.h
|
| +++ b/blimp/client/feature/compositor/blimp_compositor.h
|
| @@ -149,6 +149,9 @@ class BlimpCompositor
|
| void DidCommitAndDrawFrame() override;
|
| void DidCompleteSwapBuffers() override;
|
| void DidCompletePageScaleAnimation() override;
|
| + void ReportFixedRasterScaleUseCounters(
|
| + bool has_blurry_content,
|
| + bool has_potential_performance_regression) override {}
|
|
|
| // RemoteProtoChannel implementation.
|
| void SetProtoReceiver(ProtoReceiver* receiver) override;
|
|
|